Installation¶
Stable release¶
To install TauFactor, run this command in your terminal:
$ pip install taufactor
This is the preferred method to install TauFactor, as it will always install the most recent stable release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
Development¶
These instructions are for running TauFactor in a development environment (i.e. not using the PyPI package)
To access the most recent development branch, run:
git clone --recursive https://github.com/tldr-group/taufactor.git
cd taufactor
pip install .