-
Notifications
You must be signed in to change notification settings - Fork 0
development
Guts edited this page Apr 3, 2019
·
12 revisions
Caractéristiques :
- utilisation de l'API en QA (certificat SSL requis + exception navigateur)
Installer Python :
- une version de Python compatible (versions > 3.6+)
Installer les dépendances dans un environnement virtuel :
# avec une installation Python propre
python -m venv .devenv
.devenv/Scripts/activate
pip install -U -r .\requirements.txt
# si pipenv
pipenv install --devIsogeo© - Isogeo Python SDK - wiki