1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
cription: removed install topic from README and fixed url to the project.
Author: Paulo Henrique de Lima Santana (phls) <phls@softwarelivre>
Last-Update: 2016-11-05
Index: python-openflow-1.1.0~alpha2/README.rst
===================================================================
--- python-openflow-1.1.0~alpha2.orig/README.rst
+++ python-openflow-1.1.0~alpha2/README.rst
@@ -19,7 +19,7 @@ Overview
This is just an overview for you to check whether this project fits your needs.
For a more detailed documentation, please check the `python-openflow API
-Reference Manual <http://docs.kytos.io/python-openflow/api-reference/>`_.
+Reference Manual <http://docs.kytos.io/python-openflow/>`_.
Usage
^^^^^
@@ -43,15 +43,6 @@ its binary representation:
>>> binary_msg = request.pack()
-Installing
-^^^^^^^^^^
-
-The easiest way to install is using pip3 (pip for Python 3):
-
-.. code:: shell
-
- sudo pip3 install python-openflow
-
Support
^^^^^^^
|