Installation

Compresso is published as the compresso-pytorch distribution and imported as compresso in Python code.

Install from PyPI

pip install compresso-pytorch

Install from Source

git clone https://github.com/zombak79/compresso.git
cd compresso
pip install .

Development Install

For local development, install the package in editable mode with the test extra:

pip install -e ".[test]"

Build the Documentation Locally

pip install -r docs/requirements.txt
pip install -e .
sphinx-build -b html docs/source docs/build/html

The generated HTML will be available in docs/build/html.