Skip to content
Snippets Groups Projects
Commit f44d5847 authored by jacques Grelet's avatar jacques Grelet
Browse files

add basemap installation

parent 2f6eb980
No related branches found
No related tags found
No related merge requests found
...@@ -517,6 +517,13 @@ Developpement: ...@@ -517,6 +517,13 @@ Developpement:
> pip install PySimpleGUI > pip install PySimpleGUI
> pip install ConfigParser > pip install ConfigParser
basemap
> sudo apt-get install libgeos-3.5.0 libgeos-c1v5 libgeos-dev
> sudo -H python3 -m pip install basemap-v1.1.0.tar.gz
Installing collected packages: pyproj, pyshp, basemap
Successfully installed basemap-1.1.0 pyproj-2.1.2 pyshp-2.1.0
Pour utiliser QT au lieu de Tk Pour utiliser QT au lieu de Tk
> pip install PySimpleGUIQt > pip install PySimpleGUIQt
> pip install PySide2 > pip install PySide2
......
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