patkit

Installing PATKIT

Requisites

Currently, PATKIT is tested to work on

You only need to care about the detailed dependencies if you do not use uv or pip for installing. In that case, see the pyproject.toml file for a full list or the uv.lock for an even fuller list. If you do decide to use some other system for installation, please get in touch – we’d love to have the recipe in case others need/want it.

Installing for regular use

Do get in touch if you would like to test any of these. A downloadable executable will hopefully also become reality. Do get in touch if you would like to develop it.

Meanwhile uv and pip are valid options.

Using uv

Once the PyPi package exists this simplifies to:

Using pip

Patkit is on PyPi:

Installing for development

Using uv

Some care and understanding is needed if you want to have a installed released version of Patkit and at the same time run local development versions for testing. This can be done however. Use the instructions above for the released install, and the instructions below for running the local versions.

Using conda/mamba

Old instructions for conda/mamba. These are no longer maintained unless you want to step up and do that.