Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 296 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 296 Bytes

Quanutm Computing - Quantum algorithm/ Quantum Machine Learning

  1. Create a python envirmoment -- python -m venv qcenv (or any environment you choose)
  2. Install the packages -- pip install -r requirements.txt
  3. Activate the environment and set the notebook kernel to the created envornment