Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 744 Bytes

File metadata and controls

17 lines (13 loc) · 744 Bytes

Setup Environment

We provide the environment.yml file in the main folder to recreate the exact Conda environment with the same pip and Conda packages.

  1. Clone this repository: git clone https://github.com/sola-st/MorphQ-Quantum-Qiskit-Testing-ICSE-23.git
  2. make sure you have conda on your system (Download Conda for your system here) and that your system meets all the requirements (see REQUIREMENTS.md)
  3. Run the following command:
    conda env create -f environment.yml
  4. Then activate the environment with:
    conda activate MorphQ
  5. Congratulations! You are ready to run MorphQ.