-
Create and activate a virtual environment, e.g.
python3 -m venv venv/source venv/bin/activate
-
Install necessary Python modules via
pip3 install -r requirements.txt
python3 process.py
Documentation can be found here.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create and activate a virtual environment, e.g.
python3 -m venv venv/source venv/bin/activateInstall necessary Python modules via pip3 install -r requirements.txt
python3 process.py
Documentation can be found here.