Installing blobmodel

To install the most recent release of blobmodel on PyPI with pip into an existing Python environment, open a terminal and run:

pip install blobmodel

If you want the development version you must first clone the repository to your local machine, then install the project in development mode:

git clone https://github.com/uit-cosmo/blobmodel.git
cd blobmodel
pip install -e .

Note

If you would like to contribute to blobmodel, please check out the Contributor Guide.