A talk presented at PyCon Canada 2019 by Peter McCormick.
Requires Python 3.8+.
Create a venv
, activate it and install the requirements:
$ python3 -m venv env-demo
$ source env-demo/bin/activate
$ pip install -U pip wheel
$ pip install -r requirements.pip
$ ./run.py demo-full.py