forked from faucetsdn/ryu
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Ryu
YAMAMOTO Takashi edited this page Sep 5, 2013
·
7 revisions
git clone git://github.com/osrg/ryu.git
cd ryu
PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py
Ryu requires the following software to run.
- python 2.6+
- python-eventlet
- python-routes
- python-webob
- python-paramiko
The following command clones the latest code.
git clone git://github.com/osrg/ryu.git
cd ryu
python ./setup.py install
pip install ryu