Installation
Installation Guide
PyPI
The lastest stable version can be found on PyPI and installed via pip.
pip install transep
GitHub
A more recent version might be available on GitHub.
git clone https://github.com/Hydrology-IFH/transep.git
cd transep
pip install -r requirements.txt
pip install -e .
or
git clone https://github.com/Hydrology-IFH/transep.git
cd transep
# and add the path permanently to the PYTHONPATH to .bashrc or .zshrc, for example:
export PYTHONPATH="/xxx/transep:$PYTHONPATH" # replace /xxx/ with the path to the transep directory