From 77686b35c25e87afa1482450d64f4bbd1b3a9490 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 15 Jan 2015 10:13:12 +0100 Subject: [PATCH] Drop zmq and tornado from Readme --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 7cf681e0..a3fa1600 100644 --- a/README.rst +++ b/README.rst @@ -18,9 +18,7 @@ Dependencies: - Python 3.3 or above - Setuptools -- PyZMQ library - Netifaces library -- Tornado - Jsonschema The following commands will install some of these dependencies: @@ -28,7 +26,6 @@ The following commands will install some of these dependencies: .. code:: bash sudo apt-get install python3-setuptools - sudo apt-get install python3-zmq sudo apt-get install python3-netifaces Finally these commands will install the server as well as the rest of the dependencies: