diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -35,16 +35,15 @@ Optional Requirements Some functionalities of ryu requires extra packages: -- OF-Config requires lxml +- OF-Config requires lxml and ncclient - NETCONF requires paramiko -- BGP speaker (ssh console) requires paramiko -- OVSDB support requires ovs (Note: python 3.4 requires ovs>=2.6.0.dev0) +- BGP speaker (SSH console) requires paramiko If you want to use the functionalities, please install requirements:: - % pip install lxml - % pip install paramiko - % pip install ovs + % pip install -r tools/optional-requires + +Please refer to tools/optional-requires for details. Support |