File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,20 @@ The `goose/` directory contains some automation components that were used in the
1818
1919## Development environment
2020
21- A stub pyproject.toml is provided to set up a development environment:
21+ You need to have the following packages installed on your system:
22+
23+ ```
24+ python3-devel podman-compose gcc krb5-devel
25+ ```
26+
27+ Then, use the provided stub pyproject.toml file to set up the development environment:
2228
2329```
2430uv sync
2531uv run make -f Makefile.tests check
2632```
2733
28- You'll need to have ` python3-rpm ` installed on the host system -
34+ You'll also need to have ` python3-rpm ` installed on the host system -
2935the ` rpm ` module installed from PyPI is [ rpm-shim] ( https://github.com/packit/rpm-shim )
3036and just pulls the files from python3-rpm into the venv.
3137In an IDE, select .venv/bin/python as the Python interpreter.
You can’t perform that action at this time.
0 commit comments