From d49cafa17050d12d3bf4c39dc0d2a006b481f861 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 17 Aug 2022 10:26:55 +0100 Subject: [PATCH] README: fix ci-aio and ci-builder setup instructions --- README.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c37c413ab..95476af75 100644 --- a/README.rst +++ b/README.rst @@ -238,6 +238,13 @@ Setup Access the host via SSH. +Install package dependencies. On Ubuntu: + +.. code-block:: console + + sudo apt update + sudo apt install python3-virtualenv + Clone the Kayobe and Kayobe configuration repositories (this one): .. code-block:: console @@ -246,7 +253,7 @@ Clone the Kayobe and Kayobe configuration repositories (this one): mkdir -p src pushd src git clone https://github.com/stackhpc/kayobe.git -b stackhpc/wallaby - git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby + git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby kayobe-config popd Create a virtual environment and install Kayobe: @@ -337,6 +344,13 @@ Setup Access the host via SSH. +Install package dependencies. On Ubuntu: + +.. code-block:: console + + sudo apt update + sudo apt install python3-virtualenv + Clone the Kayobe and Kayobe configuration repositories (this one): .. code-block:: console @@ -345,7 +359,7 @@ Clone the Kayobe and Kayobe configuration repositories (this one): mkdir -p src pushd src git clone https://github.com/stackhpc/kayobe.git -b stackhpc/wallaby - git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby + git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby kayobe-config popd Create a virtual environment and install Kayobe: