# Setup 0. Create a new directory with these three files (requirements.txt, main.py, README.md) 1. `python -m venv venv` 2. `source venv/bin/activate` 3. `pip install -r requirements.txt` 4. `python main.py` 5. Update `main()` to run the example prompt chains