Requirements

This commit is contained in:
2025-05-19 13:48:51 +02:00
parent 5369544dff
commit b7595156c2

View File

@@ -8,7 +8,7 @@ Based on [Redhat example (Blog post)](https://redhatnordicssa.github.io/test-ans
dnf install podman git python3
python3 -m venv venv
source venv/bin/activate
pip install molecule molecule-podman
pip install -r requirements.txt
git clone $URL_of_this_repo
```