Installation#

patternpiece supports Python >= 3.8.

Installing with pip#

patternpiece is available on PyPI. Just run

pip install patternpiece

Installing from source#

To install patternpiece from source, first clone the repository:

git clone https://github.com/xlxwalex/PatternPiece.git
cd PatternPiece

Then run

pip install -e .