We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb914ea commit 2dda24cCopy full SHA for 2dda24c
README.md
@@ -100,6 +100,15 @@ prompt.
100
To run all the examples (except those that have extra dependencies
101
or require an internet connection), execute 'python run_all.py'.
102
103
+An alternative method is using `pip`:
104
+
105
+```
106
+pip install git+https://github.com/matplotlib/basemap.git
107
108
109
+You migh want to run pip with administrative privilegies (e.g. `sudo pip`) or
110
+perform an user only installation (e.g. `pip install --user`).
111
112
## Contact
113
114
Ben Root <[email protected]>
0 commit comments