From 9f37ec432d9168f7a93f5ec095184d0ef1abc700 Mon Sep 17 00:00:00 2001 From: nemo Nautil Date: Sat, 5 Aug 2017 13:51:34 +0200 Subject: [PATCH] =?UTF-8?q?=C2=A0[python-tests]=20add=20missing=20deps=20f?= =?UTF-8?q?or=20pip=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/python_test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_test/README.md b/src/python_test/README.md index df971fb..33d1a6d 100644 --- a/src/python_test/README.md +++ b/src/python_test/README.md @@ -16,7 +16,7 @@ The MALOS driver follows the [MALOS protocol](../../README.md#protocol). install python packages dependences: ``` bash -sudo apt-get install build-essential python-dev +sudo apt-get install build-essential python-dev libzmq3-dev pip install -r requirements.txt ```