Skip to content
YAMAMOTO Takashi edited this page Sep 5, 2013 · 7 revisions

Installing Ryu

Quick start

git clone git://github.com/osrg/ryu.git
cd ryu
PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py

Requirements

Ryu requires the following software to run.

  • python 2.6+
  • python-eventlet
  • python-routes
  • python-webob
  • python-paramiko

Install from the source

Get the code

The following command clones the latest code.

git clone git://github.com/osrg/ryu.git
cd ryu

Install from the source

python ./setup.py install

Install via pip

pip install ryu