To start with the tutorial and use the notebooks you will need to create an environment
req.txt
file:conda create -n "QML"
pip install -r req.txt
Note: if you receive the error bash: conda: command not found...
, you need to install Anaconda to your development environment (see "Additional resources" below)
Activate the new environment:
conda activate QML
conda env list