RobotFramework RIDE Python3 不稳定版本的安装

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/anndy_/article/details/81095973

RIDE的安装

RIDE目前没有支持Python3的官方稳定版本,只有一个不稳定的develop分支,安装如下:

sudo -H python3 -m install -U https://github.com/HelioGuilherme66/RIDE/archive/python3.zip

 

RIDE 依赖包的安装

wxPython 4.0支持Python3

sudo -H python3 -m pip install wxPython
sudo -H python3 -m pip install Pygments

RIDE 命令行启动

python3 -m robotide.__init__

启动成功后如下:

 

RIDE issues 网址

https://github.com/robotframework/RIDE/issues/1719

猜你喜欢

转载自blog.csdn.net/anndy_/article/details/81095973