From 77f15902c4209e8a9ec285769e928296f96705c8 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 15 Nov 2016 11:23:15 +0900 Subject: [PATCH] README: Use pip to resolve dependencies Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ document.