Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 460 Bytes

qubitSpec_unitTesting

See Wiki for working draft of documentation.

Setup

First, clone the repository:

git clone https://github.com/PITT-HATLAB/qubitSpec_unitTesting
cd qubitSpec_unitTesting

Then, prepare virtual environment:

python3 -m venv spec_venv
(windows)
./spec_venv/Scripts/activate
(macOS/Linux)
source spec_venv/bin/activate

Then, install the dependencies:

pip install -r requirements.txt