env.txt
file:conda create -n "QML"
pip install -r env.txt
bash: conda: command not found...
, you need to install Anaconda to your development environment (see "Additional resources" below)conda activate QML
conda env list
<!-- 2. Activate the new environment:
conda activate QML
``` -->
4. Run QML pipeline:
python main.py --file your_file -e 50 -i 10 -p 5 -cv 5
### Help
python main.py --help
```
Contributors and contact info: