To install librep
, you may use:
pip install git+https://github.com/otavioon/hiaac-librep.git
deep-learning
: install packages to run deep learning modelsdev
: install development packagesdocs
: install packages to build documentation
In order to contribute with librep
you may want to:
- Clone librep's repository:
git clone https://github.com/otavioon/hiaac-librep.git
- Create a python virtual environment and activate it (requires Python >= 3.8):
cd hiaac-librep
python -m venv .librep-venv
source .librep-venv/bin/activate
- Install librep development packages, in editable mode
pip install -e .[dev]
- Run tests
pytest