Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/python_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ The MALOS driver follows the [MALOS protocol](../../README.md#protocol).
### Python packages

install python packages dependences:
```bash
sudo apt-get install build-essential python-dev

``` bash
sudo apt-get install build-essential python-dev libzmq3-dev
pip install -r requirements.txt
```

Expand Down