README
First create a python virtual environment
python3 -m venv demo_venv
Activate the python environment
source demo_venv/bin/activate
Verify that you are in the virtual environment
which pip
$ ~/tiqi-js-tutorial/demo_venv/bin/pip
which python
$ ~/tiqi-js-tutorial/demo_venv/bin/python