diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2015-04-24 00:37:53 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-26 20:46:11 +0900 |
commit | 7cd6b2f1e9fcaa892064b99934f1b28bdddcd3c7 (patch) | |
tree | 89776a7422e7ef235c451fb2da4dc997fdae4b17 /README.rst | |
parent | fd348e71aee83f0a95dc8d7e1cae64b257a16e06 (diff) |
README.rst: Correct component which needs paramiko
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Some functionalities of ryu requires extra packages: - OF-Config requires lxml - NETCONF requires paramiko -- BGP speaker (net_cntl) requires paramiko +- BGP speaker (ssh console) requires paramiko If you want to use the functionalities, please install requirements:: |