Installing Takahe

Takahe is hosted on PyPI (link here), though you can also build source from GitHub.

From Source

Building from source is straightforward:

  1. Fork the Github Repo
  2. Locally, run git clone <your url>
  3. In a terminal, navigate to the directory you installed takahe to
  4. 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.