To run demos, setup an virtual environment and install the requirements:
python3 -m venv venv
source venv/bin/activate
pip install wheel
pip install -r requirements.txt
To run, an access token for the demo.dedyn.io domain is required. Assuming my_token is your the access token, run the demo with
source venv/bin/activate
TOKEN=my_token doitlive play basic.sh
Note that the demo is best run completely and uninterrupted, otherwise future runs may be confused by existing/non-existing data on the server.