1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Drop zmq and tornado from Readme

This commit is contained in:
Julien Duponchelle 2015-01-15 10:13:12 +01:00
parent 6c35cc304e
commit 77686b35c2

View File

@ -18,9 +18,7 @@ Dependencies:
- Python 3.3 or above - Python 3.3 or above
- Setuptools - Setuptools
- PyZMQ library
- Netifaces library - Netifaces library
- Tornado
- Jsonschema - Jsonschema
The following commands will install some of these dependencies: The following commands will install some of these dependencies:
@ -28,7 +26,6 @@ The following commands will install some of these dependencies:
.. code:: bash .. code:: bash
sudo apt-get install python3-setuptools sudo apt-get install python3-setuptools
sudo apt-get install python3-zmq
sudo apt-get install python3-netifaces sudo apt-get install python3-netifaces
Finally these commands will install the server as well as the rest of the dependencies: Finally these commands will install the server as well as the rest of the dependencies: