Installation
The CRC wrapper applications are installable via the pipx package manager:
pipx install git+https://github.com/pitt-crc/quota_notifier.git
The above command will install the full suite of command line utilities plus any required dependencies. Extra installation options are also provided for developers requiring additional dependencies:
git clone https://github.com/pitt-crc/quota_notifier
pip install quota_notifier.[docs]
To install a specific subset of extras, chose from the options below.
Install Option |
Description |
---|---|
|
Dependencies required for building the documentation. |
|
Dependencies required for running tests (with coverage). |