============ Installation ============ xypattern can be installed using pip: .. code-block:: bash 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: .. code-block:: bash git clone https://github.com/CPrescher/xypattern.git cd xypattern poetry install