Installation Guide#

Using pip#

The easiest way to install the most recent stable version of dotastro-release is with pip:

python -m pip install dotastro-release

From source#

Alternatively, you can get the source:

git clone https://github.com/dfm/dotastro-release
cd tinygp
python -m pip install -e .

Tests#

If you installed from source, you can run the unit tests. From the root of the source directory, run:

python -m pip install nox
python -m nox -s tests