Installation¶
TESSreduce can be installed in different way depending on the what the user is looking for.
Using pip¶
Using pip:
pip install tessreduce
From source¶
To install the code from source, do the following:
git clone https://github.com/CheerfulUser/TESSreduce
This will clone the repository locally (git needs to be installed). Install dependencies:
pip install -r requirements.txt
And finally proceed to install the code in the usual way:
python setup.py install