Installation

At the command line:

pip install ne2001

Dependencies

ne2001 depends on the following list of Python packages.

We recommend that you use Anaconda to install and/or update these packages.

  • python versions 2.7, or 3.4 or later
  • numpy version 1.11 or later
  • astropy version 1.3 or later
  • scipy version 0.17 or later

If you are using Anaconda, you can check the presence of these packages with:

conda list "^python|numpy|astropy|scipy"