Yappr Setup Create Python venv [optional] Create the virtual environment: python3 -m venv ./venv Activate the virtual environment: Windows path\to\venv\Scripts\activate MacOS / Linux source path/to/venv/bin/activate Install dependencies pip3 install -r requirements.txt Run the program python3 main.py