Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation instructions for pip #433

Merged
merged 3 commits into from
Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Plot on map projections (with coastlines and political boundaries)
using matplotlib.

**Warning**: this package is being deprecated in favour of
[cartopy](https://scitools.org.uk/cartopy/docs/latest/).

## Requirements

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

An alternative method is using `pip`:

```
pip install --user git+https://github.com/matplotlib/basemap.git
```

## Contact

Ben Root <[email protected]>
Expand Down