-
Create a virtual environment with:
python -m venv venv
-
Start the virtual environment with:
On Linux/MacOS:source venv/bin/activate
On Windows:
venv\Scripts\activate
-
Install the required packages with:
pip install -r requirements.txt
Run the application with:
python main.py
Check allowed arguments:
python main.py --help