summaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-11-15 11:23:15 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-11-15 20:58:12 +0900
commit77f15902c4209e8a9ec285769e928296f96705c8 (patch)
tree06de2f02cdd4f110b2382b4a0ad7072555226513 /README.rst
parent03f77e7279d3e7f4c0c581f32cb99322e65195a6 (diff)
README: Use pip to resolve dependencies
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a6018200..db16a4ba 100644
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,7 @@ Installing Ryu is quite easy::
If you prefer to install Ryu from the source code::
% git clone git://github.com/osrg/ryu.git
- % cd ryu; python ./setup.py install
+ % cd ryu; pip install .
If you want to write your Ryu application, have a look at
`Writing ryu application <http://ryu.readthedocs.io/en/latest/writing_ryu_app.html>`_ document.