install python 3 Create a virtual environment: python -m venv .venv Install dependencies: pip install -r requirements.txt Run the app: python starmap.py