Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 29d00d8

Browse files
viniarckberaldoleal
authored andcommitted
Added develop mode install on README.rst
1 parent 902bfae commit 29d00d8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ procedure:
5252
$ cd python-openflow
5353
$ sudo python3.6 setup.py install
5454
55+
Alternatively, if you are a developer and want to install in develop mode:
56+
57+
.. code-block:: shell
58+
59+
$ cd python-openflow
60+
$ pip3.6 install -e .[dev] -e git://github.com/kytos/sphinx-theme.git#egg=kytos-sphinx-theme
61+
5562
5663
Basic Usage Example
5764
===================

0 commit comments

Comments
 (0)