码迷,mamicode.com
首页 > 其他好文 > 详细

通过源码安装RYU控制器

时间:2019-11-26 22:27:23      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:tools   控制   git clone   tps   源码   code   sudo   python   Requires   

  • 安装pip3
sudo apt-get install python3-pip
  • 获取ryu源码
git clone https://github.com/osrg/ryu.git
  • 安装依赖
cd ryu
sudo pip3 install -r tools/pip-requires -i https://pypi.tuna.tsinghua.edu.cn/simple
  • 安装ryu
sudo python3 setup.py install

通过源码安装RYU控制器

标签:tools   控制   git clone   tps   源码   code   sudo   python   Requires   

原文地址:https://www.cnblogs.com/multhree/p/11938765.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!