Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 427 Bytes

File metadata and controls

19 lines (12 loc) · 427 Bytes

Requirements

All package requirements for the QCBQ can be installed by executing

pip install -r requirements.txt

where the file requirements.txt is in the root directory of the QCBQ repository

https://github.com/rmlarose/QCBQ.

If you need a package X and only want to install this package (and its dependencies), execute

pip install X

at a command line.