The latest release of Cartopy is available from https://github.com/SciTools/Cartopy.
These external packages are required to install Cartopy or gain access to significant Cartopy functionality.
Many of these packages are available in Linux package managers such as aptitude and yum. For example, it may be possible to install Numpy using:
apt-get install python-numpy
If you are installing dependencies with a package manager on Linux, you may need to install the development packages (look for a “-dev” postfix) in addition to the core packages.
Cython 0.15.1 or later (https://pypi.python.org/pypi/Cython/)
These are optional packages which you may want to install to enable additional Cartopy functionality.
Popular fork of PythonImagingLibrary.
or
These packages are required for the full Cartopy test suite to run.
Conda (Anaconda), an OS agnostic package manager via Rich Signell’s conda repo.
Christoph Gohlke’s windows binaries.
A community maintained repository of installation recipes can be found at SciTools/installation-recipes which provide step-by-step instructions for building Cartopy from source on specific operating systems.