Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 561 Bytes

Alab Control Components

This python package includes drivers needed to control devices in Ceder group's alab.

Installation

python setup.py install

Note that at least one requirement is only available in the Ceder group's private repository. These requirements are contained in the requirements_ceder.txt file and can be included by installing with pip install alab_control[ceder]. Alternatively, you can install the requirements manually with

pip install -r requirements_ceder.txt

Test

python -m unittest