Installation
xypattern can be installed using pip:
pip install xypattern
Requirements
xypattern requires:
Python >= 3.8
NumPy
SciPy
Development Installation
For development, you can clone the repository and install it in development mode:
git clone https://github.com/CPrescher/xypattern.git
cd xypattern
poetry install