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.
2 parents 099fe7e + 5002950 commit aef742aCopy full SHA for aef742a
README.md
@@ -3,6 +3,9 @@
3
Plot on map projections (with coastlines and political boundaries)
4
using matplotlib.
5
6
+**Warning**: this package is being deprecated in favour of
7
+[cartopy](https://scitools.org.uk/cartopy/docs/latest/).
8
+
9
## Requirements
10
11
* Python 2.6 (or higher)
@@ -100,6 +103,12 @@ prompt.
100
103
To run all the examples (except those that have extra dependencies
101
104
or require an internet connection), execute 'python run_all.py'.
102
105
106
+An alternative method is using `pip`:
107
108
+```
109
+pip install --user git+https://github.com/matplotlib/basemap.git
110
111
112
## Contact
113
114
Ben Root <[email protected]>
0 commit comments