InstallationΒΆ
Install TOIREx via pip:
pip install git+https://github.com/varghesereji/TOIREx
Or from source:
git clone https://github.com/varghesereji/TOIREx.git
cd TOIREx
pip install .
NB: Recommended to install the package in a new environment.
Steps to create an environment
To create, enter
python3 -m venv /path/to/env
To activate:
source /path/to/env/bin/activate