
The simplest way to install cpnest is via pip
  pip install raynest

It is also available from conda-forge
  conda install -c conda-forge cpnest

--

Install this package from source using setuptools:
  python3 setup.py install

Tests can be run with:
  python3 setup.py test

For developers, local install with:
  python3 setup.py develop --user

Documentation can be built in build/sphinx with
  python3 setup.py build_sphinx -b html

