# Dev instruction ## Install requirements ```bash python3 -m venv scripts/.env source scripts/.env/bin/activate # For bash, see: https://docs.python.org/3/library/venv.html python3 -m pip install --upgrade pip python3 -m pip install -r scripts/requirements.txt ``` ## Run script ```bash python3 -m scripts.script ```