This commit is contained in:
Jean-Marie Mineau 2025-04-07 11:29:06 +02:00
parent 88670183eb
commit 190a8a8690
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 38 additions and 20 deletions

View file

@ -34,3 +34,13 @@ Build the package:
```
poetry build
```
## Install
Once all the build steps are done, you can install the package with `pip install dist/theseus_autopatcher-0.1.0-py3-none-any.whl`.
**If you use an external patcher binary** (with the `--patch` option), you can skip the build steps and `pip install .`.
If you have access to the grodd repo, you can use the grodd automatic app runner, by the project with the `grodd` extra:
`pip install dist/theseus_autopatcher-0.1.0-py3-none-any.whl[grodd]` or `pip install .[grodd]`