Skip to content

Commit aef742a

Browse files
authored
Merge pull request #433 from heitorPB/patch-1
Add installation instructions for pip
2 parents 099fe7e + 5002950 commit aef742a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Plot on map projections (with coastlines and political boundaries)
44
using matplotlib.
55

6+
**Warning**: this package is being deprecated in favour of
7+
[cartopy](https://scitools.org.uk/cartopy/docs/latest/).
8+
69
## Requirements
710

811
* Python 2.6 (or higher)
@@ -100,6 +103,12 @@ prompt.
100103
To run all the examples (except those that have extra dependencies
101104
or require an internet connection), execute 'python run_all.py'.
102105

106+
An alternative method is using `pip`:
107+
108+
```
109+
pip install --user git+https://github.com/matplotlib/basemap.git
110+
```
111+
103112
## Contact
104113

105114

0 commit comments

Comments
 (0)