Before staritng this workshop, please set up a new Python project using the following commands:
```sh
mkdir hello-world
cd hello-world
python -m venv venv
source venv/bin/activate
```
Once you are in the initialized virtual environment, re-run the `workshop` command and select this workshop.