Last active
February 20, 2016 10:47
-
-
Save vbajpai/5a98c38cb332f326d669 to your computer and use it in GitHub Desktop.
Install basemap on Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install libgeos-dev | |
$ sudo ln -s /usr/lib/libgeos-3.4.2.so /usr/lib/libgeos.so | |
$ pip install basemap --allow-external basemap --allow-unverified basemap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment