Skip to content

Commit f26e4e2

Browse files
ljavorsknforro
authored andcommitted
Add requirements to the README file
These are generally installed on most of the machines already, but if the machine is fresh, they need to be installed.
1 parent dc0b736 commit f26e4e2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
2430
uv sync
2531
uv 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 -
2935
the `rpm` module installed from PyPI is [rpm-shim](https://github.com/packit/rpm-shim)
3036
and just pulls the files from python3-rpm into the venv.
3137
In an IDE, select .venv/bin/python as the Python interpreter.

0 commit comments

Comments
 (0)