fr:develop:collaboration:dev:environnement_python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
fr:develop:collaboration:dev:environnement_python [2021/03/11 21:55] – créée qroyerfr:develop:collaboration:dev:environnement_python [2021/03/22 12:26] qroyer
Line 1: Line 1:
 ====== Création d'un environnement Python ====== ====== Création d'un environnement Python ======
  
-Si besoin, vous trouverez ci-dessous, les étapes pour faciliter la création de l'environnement virtuel Python d'HABBY.+==== Dépendances ====
  
-===== Windows ===== +Le projet Python HABBY est hébergé sur Github accessible au lien suivant : https://github.com/YannIrstea/habby. 
- +
-==== Dépendances ====+
  
   * Python >= 3   * Python >= 3
   * Git   * Git
-  * Microsoft Visual C++ 14.0 : https://visualstudio.microsoft.com/fr/visual-cpp-build-tools/ 
-  * GDAL : https://www.gisinternals.com/release.php 
  
-==== Étape par étape ====+==== Aide à la création de l'environnement Python pour Windows ====
  
-  * Avoir cloné le projet git https://github.com/YannIrstea/habby +  * Installer les dépendances. 
-  * Télécharger les dépendances décrites ci-dessus.+  * Télécharger la wheele GDAL : https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal  
 +    * https://www.gisinternals.com/release.php 
 +  * Installer Microsoft Visual C++ 14.0 : https://visualstudio.microsoft.com/fr/visual-cpp-build-tools/
   * Ouvrez le fichier 'creation_env_habby.bat' et spécifiez :   * Ouvrez le fichier 'creation_env_habby.bat' et spécifiez :
     * le chemin d'accès à votre Python système en remplaçant le chemin de la variable : 'python_source_path=' ;     * le chemin d'accès à votre Python système en remplaçant le chemin de la variable : 'python_source_path=' ;
Line 23: Line 21:
   * Si toutes les étapes se sont bien déroulées, vous devriez voir apparaitre la fenêtre principale d'HABBY.   * Si toutes les étapes se sont bien déroulées, vous devriez voir apparaitre la fenêtre principale d'HABBY.
   * Votre environnement virtuel Python pour HABBY est prêt.   * Votre environnement virtuel Python pour HABBY est prêt.
- 
-===== Linux ===== 
- 
-===== Mac ===== 
  
  
  • fr/develop/collaboration/dev/environnement_python.txt
  • Last modified: 2024/05/31 20:57
  • by qroyer