Python bindings fix.

This commit is contained in:
aouinizied 2022-04-07 17:54:41 +02:00
parent a6e2f4a15a
commit ff993e2f57
3 changed files with 5 additions and 2 deletions

View file

@ -22,8 +22,9 @@ sudo make install
``` bash
cd python
python3 -m pip install --upgrade pip
python3 -m install -r dev_requirements.txt
python3 setup.py install
python3 -m pip install .
```
## Usage