Developer Installation#

Using pip#

  1. Clone the repository

  2. Run pip install -e .

  3. Run pytest -vv tests/

Warning

NaMaster installation (pip only).

If you are using PyPi to set up your development environment (we recommend using conda instead), due to a bug in the NaMaster installation, one needs to make sure numpy is installed before trying to install NaMaster.

For a fresh install, run pip install . first, and then pip install .[nmt]