Installing Takahe¶
Takahe is hosted on PyPI (link here), though you can also build source from GitHub.
From Source¶
Building from source is straightforward:
- Fork the Github Repo
- Locally, run
git clone <your url> - In a terminal, navigate to the directory you installed takahe to
- Run
pip install -e .to install it as an editable PIP file
From PyPI¶
Takahe is currently not on PyPI (yet), but when it is released you will be able to use pip install takahe to install it.