通过源码安装RYU控制器
Posted multhree
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过源码安装RYU控制器相关的知识,希望对你有一定的参考价值。
- 安装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控制器的主要内容,如果未能解决你的问题,请参考以下文章