- Create a venv:
python3 -m venv venv - Activate the venv:
source ./venv/bin/activate - Install dependencies:
pip install -r requirements.txt
Ensure the venv is activated in your current session before use
To use the interactive download interface, run python3 main.py.