RobotFramework RIDE Python3 不稳定版本的安装

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__

启动成功后如下:

RobotFramework RIDE Python3 不稳定版本的安装_第1张图片

 

 

RIDE issues 网址

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

你可能感兴趣的:(#,python)