Installation#
pip#
pip install aub-htp
uv#
Install uv, then:
uv init myproject && cd myproject
uv add aub-htp
conda#
Install Miniconda, then:
conda install -c conda-forge aub-htp
poetry#
Install Poetry, then:
poetry new myproject && cd myproject
poetry add aub-htp
Development install#
You can also install the development version and build aub-htp from the source code. This approach is
favored among those who wish to modify the package’s code.
git clone https://github.com/AUB-HTP/AUB-HTP
cd AUB-HTP
pip install .