Merge pull request #994 from mmichal10/requirements.txt

Requirements.txt
This commit is contained in:
Robert Baldyga
2021-11-22 11:32:54 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -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:
```

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
packaging>=20.3
PyYAML>=6.0