Skip to content
Snippets Groups Projects
Commit 47816c13 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add proxy config with VSC

parent 54e75bf5
No related branches found
No related tags found
No related merge requests found
...@@ -465,6 +465,9 @@ Commande pip pour lister les paquets installes, en root et mode user: ...@@ -465,6 +465,9 @@ Commande pip pour lister les paquets installes, en root et mode user:
> pip list --user > pip list --user
> pip show <package> > pip show <package>
Behind a proxy:
> pip install guidata --proxy http://134.246.32.1:3128
Il est prefereable d'installer la derniere version Python 3.7.2 Il est prefereable d'installer la derniere version Python 3.7.2
Configuration du fichier VSC setting.json de jgrelet: Configuration du fichier VSC setting.json de jgrelet:
...@@ -548,7 +551,12 @@ Developpement: ...@@ -548,7 +551,12 @@ Developpement:
> pip install PyInstaller > pip install PyInstaller
> pip install PySimpleGUI > pip install PySimpleGUI
> pip install ConfigParser > pip install ConfigParser
> pip install sip
> pip install guidata
> pip install Cython
> pip install guiqwt (fail missing VC)
Download source from github
> python setup.py build -c mingw32 install
basemap basemap
> sudo apt-get install libgeos-3.5.0 libgeos-c1v5 libgeos-dev > sudo apt-get install libgeos-3.5.0 libgeos-c1v5 libgeos-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment