-
Notifications
You must be signed in to change notification settings - Fork 0
development
Guts edited this page May 22, 2019
·
12 revisions
Caractéristiques :
- utilisation de l'API en QA (tenir compte du certificat SSL)
Installer Python :
- une version de Python compatible (versions > 3.6+)
- de préférence en 64 bits
Installer les dépendances dans un environnement virtuel :
# environnement virtuel
python -m venv .venv_dev
.venv_dev/Scripts/activateDepuis la racine du dossier :
# installer le projet en mode éditable
# cf. https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs)
pip install -e .Isogeo© - Isogeo Python SDK - wiki