Installation#

From Source: Cloning, Building, Installing#

The latest development version of cosmology can be cloned from GitHub using git

git clone https://github.com/cosmology-api/cosmology.git

To build and install the project (from the root of the source tree, e.g., inside the cloned cosmology directory)

python -m pip install [-e] .

Python Dependencies#

This package has the following dependencies:

Explicit version requirements are specified in the project pyproject.toml. pip and conda should install and enforce these versions automatically.