Update kuryr developer readme
Installation should mention getting the source code step before using Prerequisites step which uses requirements.txt Change-Id: I874aa4df1f36c3c9b03c5ddbb53f319021818b0e
This commit is contained in:
15
README.rst
15
README.rst
@@ -25,6 +25,14 @@ Features
|
|||||||
* TODO
|
* TODO
|
||||||
|
|
||||||
|
|
||||||
|
Getting Code
|
||||||
|
------------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
$ git clone https://git.openstack.org/openstack/kuryr.git
|
||||||
|
$ cd kuryr
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
@@ -32,14 +40,13 @@ Prerequisites
|
|||||||
|
|
||||||
$ sudo pip install -r requirements.txt
|
$ sudo pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
Installing Kuryr's libnetwork driver
|
Installing Kuryr's libnetwork driver
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
Running the following will grab the requirements and install kuryr
|
For kuryr-libnetwork driver installation refer:
|
||||||
|
|
||||||
::
|
http://docs.openstack.org/developer/kuryr-libnetwork/readme.html
|
||||||
|
|
||||||
$ sudo pip install .
|
|
||||||
|
|
||||||
|
|
||||||
Configuring Kuryr
|
Configuring Kuryr
|
||||||
|
Reference in New Issue
Block a user