Installing python modules in installation guide
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
5685d91d9c
commit
3467ebc763
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user