Installation
How to install
Installation using conda
We highly recommend to use conda for installing psy-maps.
After downloading the miniconda installer, you can install psy-maps simply via:
$ conda install -c conda-forge psy-maps
Installation using pip
If you do not want to use conda for managing your python packages, you can also
use the python package manager pip
and install via:
$ pip install psy-maps
Note however, that you should install cartopy beforehand.
Running the tests
First, clone out the github repository. First, install pytest and create the reference figures via:
$ pytest --ref
After that, you can run:
$ pytest