From 3467ebc763b497bcac3a10738eda8ec259339dd3 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Mon, 22 Nov 2021 09:50:32 +0100 Subject: [PATCH] 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: ```