Refer to the main README Install section and its subsections
- Create a Virtual Environment
python -m venv .venv
- Install the requirements
source .venv/bin/activate #linux
pip install -r requirements.txt
Refer to the main README Install section and its subsections
python -m venv .venv
source .venv/bin/activate #linux
pip install -r requirements.txt