toxic-repos/scripts
lev 6a03c78fc4 Scripts update
Update script: generate_rst_from_sqlite
-   Add more parameters for generation of contents

Add freeze versions in requirements.txt

Update toxic-repos.rst
2022-03-25 23:26:36 +02:00
..
converter.py Scripts update 2022-03-25 22:56:12 +02:00
generate_rst_from_sqlite.py Scripts update 2022-03-25 23:26:36 +02:00
README.md Scripts update 2022-03-25 22:56:12 +02:00
requirements.txt Scripts update 2022-03-25 23:26:36 +02:00

Dev instruction

Install requirements

python3 -m venv scripts/.env
source scripts/.env/bin/activate  # 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

python3 -m scripts.script