Merge pull request #994 from mmichal10/requirements.txt
Requirements.txt
This commit is contained in:
commit
772193c00e
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
packaging>=20.3
|
||||||
|
PyYAML>=6.0
|
Loading…
Reference in New Issue
Block a user