See Wiki for working draft of documentation.
First, clone the repository:
git clone https://github.com/PITT-HATLAB/qubitSpec_unitTesting
cd qubitSpec_unitTestingThen, prepare virtual environment:
python3 -m venv spec_venv
(windows)
./spec_venv/Scripts/activate
(macOS/Linux)
source spec_venv/bin/activateThen, install the dependencies:
pip install -r requirements.txt