Installation

Requirements

  • Python 3.11 or higher

  • pip or Poetry package manager

Install from PyPI

The easiest way to install the package is from PyPI:

pip install quilt-knit

Or using Poetry:

poetry add quilt-knit

Install from Source

To install the latest development version from source:

git clone https://github.com/mhofmann-Khoury/QUILT.git
cd your-repo
pip install -e .

Or with Poetry:

git clone https://github.com/mhofmann-Khoury/QUILT.git
cd your-repo
poetry install

Development Installation

For development and contributing:

git clone https://github.com/mhofmann-Khoury/QUILT.git
cd your-repo
poetry install --with dev,docs

This installs the package with all development dependencies including testing and documentation tools.