Case Study See instructions in the lecture notes Installation and Setup Create a virtual environment with python -m venv .venv Activate the virtual environment with source .venv/bin/activate Install packages pip install -r requirements.txt