Installation

Pypi

The module is available in pypi as compspec , and you can install as follows:

$ pip install compspec

You can also clone the repository and install locally:

$ git clone https://github.com/compspec/compspec
$ cd compspec
$ pip install .

Or in development mode:

$ pip install -e .

Development mode means that the install is done from where you’ve cloned the library, so any changes you make are immediately “live” for testing.