Installing toasty

Installing toasty with pip

You can also install the latest release of toasty using pip:

pip install toasty

Dependencies

If you install toasty using pip as described above, any required dependencies will get installed automatically. The README in the Git repository lists the current dependencies if you would like to see an explict list.

Installing the developer version

If you want to use the very latest developer version, you should clone this repository and manually install the package in “editable” mode:

git clone https://github.com/WorldWideTelescope/toasty.git
cd toasty
pip install -e .

You will need to have Numpy and Cython installed on order to build the extension module that toasty uses to speed up its core operations.

You can run the test suite with the command:

pytest toasty