/hyperdrive

Clustering tools for the BYU PCCL.

Primary LanguagePythonMIT LicenseMIT

hyperdrive

Clustering tools for the BYU PCCL.

Requirements

Installation

pip3 install https://api.github.com/repos/BYU-PCCL/hyperdrive/tarball/42d1039

Usage

For usage instructions, consult the output of:

hyperdrive --help

Developing

# optional
python3 -m venv env && source env/bin/activate
pip3 install -e .

To see all available commands:

python3 setup.py --help-commands

Running unit tests

python3 setup.py test