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.
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.
Once the PyPi package exists this simplifies to:
uv tool install patkit.Patkit is on PyPi:
pip install patkit.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.
git clone https://github.com/giuthas/patkit or
download the latest
sources.uv build and uv
tool install patkit.uv to run patkit: uv run patkit recorded_data/minimal.
See uv’s docs for more.Old instructions for conda/mamba. These are no longer maintained unless you want to step up and do that.