[f539ea]: / src / README.md

Download this file

57 lines (45 with data), 1.4 kB

ISMB Tutorial

Getting Started

Prerequisites

  1. Create the environment from the env.txt file:
conda create -n "QML" 
pip install -r env.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
  1. Verify that the new environment was installed correctly:
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
```

Authors

Contributors and contact info:

  • Aritra Bose (a.bose@ibm.com)