Installation

Requirements

Instructions

conda

To install baysparpy with conda, run:

$ conda install baysparpy -c sbmalev

This is usually the easiest way to install the package.

pip

To install with pip, run:

$ pip install baysparpy

and follow the on-screen prompts. We do not recommend installing with pip unless you are brave, or already have a copy of cartopy installed.

Testing

To run the testing suite after installation, first install py.test. Run:

$ pytest --pyargs bayspar