Re: [Ryu-devel] Command To Build Ryu Controller

2015-05-11 Thread Yusuke Iwase
Hi Talal, You can use setup.py in top directory of ryu. 1. Modify your app. 2. Run setup.py. $ sudo python setup.py install 3. Run your app. When you have run setup.py, please use 'ryu-manager' instead of './bin/ryu-manager'. $ ryu-manager --verbose ryu.app.simple_switch_13 Thanks, Iwa

[Ryu-devel] Command To Build Ryu Controller

2015-05-11 Thread Talal Alharbi
Dear All, Could you please advise me what command should I run after doing any change in any of Ryu apps? For example if I add a print line in simple_switch_13.py and run the app as ./bin/ryu-manager --verbose ryu.app.simple_switch_13.py, the change doesn't appear. I used to know the command b