Installing python modules in installation guide

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2021-11-22 09:50:32 +01:00
parent 5685d91d9c
commit 3467ebc763

View File

@ -41,6 +41,12 @@ git submodule update --init
### Source compile and install ### 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: To configure, build and install Open CAS Linux run following commands:
``` ```