Skip to content

Commit 3ddd3f5

Browse files
authored
Merge pull request #145 from stackhpc/wallaby-virtualenv-readme
README: Install python3-virtualenv for ci-aio & ci-builder environments
2 parents 5223756 + f43c3ee commit 3ddd3f5

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,20 @@ Setup
238238

239239
Access the host via SSH.
240240

241-
Install package dependencies. On Ubuntu:
241+
Install package dependencies.
242+
243+
On CentOS:
244+
245+
.. code-block:: console
246+
247+
sudo dnf install -y python3-virtualenv
248+
249+
On Ubuntu:
242250

243251
.. code-block:: console
244252
245253
sudo apt update
246-
sudo apt install python3-virtualenv
254+
sudo apt install -y python3-virtualenv
247255
248256
Clone the Kayobe and Kayobe configuration repositories (this one):
249257

@@ -344,12 +352,20 @@ Setup
344352

345353
Access the host via SSH.
346354

347-
Install package dependencies. On Ubuntu:
355+
Install package dependencies.
356+
357+
On CentOS:
358+
359+
.. code-block:: console
360+
361+
sudo dnf install -y python3-virtualenv
362+
363+
On Ubuntu:
348364

349365
.. code-block:: console
350366
351367
sudo apt update
352-
sudo apt install python3-virtualenv
368+
sudo apt install -y python3-virtualenv
353369
354370
Clone the Kayobe and Kayobe configuration repositories (this one):
355371

0 commit comments

Comments
 (0)