From 5685d91d9cca2b0d0560bc65fa598743625fd77c Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Mon, 22 Nov 2021 09:45:02 +0100 Subject: [PATCH 1/2] Add requirements.txt file Signed-off-by: Michal Mielewczyk --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b77ec52 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +packaging>=20.3 +PyYAML>=6.0 From 3467ebc763b497bcac3a10738eda8ec259339dd3 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Mon, 22 Nov 2021 09:50:32 +0100 Subject: [PATCH 2/2] Installing python modules in installation guide Signed-off-by: Michal Mielewczyk --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4a9530e..c8f9c80 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ git submodule update --init ### Source compile and install +To install all required python packages run the following command: + +``` +python3 -m pip install -r requirements.txt +``` + To configure, build and install Open CAS Linux run following commands: ```