Skip to content

Commit 770c89c

Browse files
authored
Add package to getting started ee (#2228)
- Could not get the instructions to work on an Alma 9 minimal without package `python3-pip`
1 parent 517a332 commit 770c89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docsite/rst/getting_started_ee/setup_environment.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Complete the following steps to set up a local environment for your first Execut
1010

1111
* ``podman`` or ``docker``
1212
* ``python3``
13+
* ``python3-pip``
1314

1415
If you use the DNF package manager, install these prerequisites as follows:
1516

1617
.. code-block:: bash
1718
18-
sudo dnf install -y podman python3
19+
sudo dnf install -y podman python3 python3-pip
1920
2021
#. Install ``ansible-navigator``:
2122

0 commit comments

Comments
 (0)