How to work with the repository Running the program Add execute permission to ./start.sh file and run it Optional project preparation Create virtual environment python3 -m venv .venv Install dependencies .venv/bin/python3 -m pip install -r requirements.txt