Study Notes under the robot framework python3 environment (1) - Installation robot framework

 

Installation Environment: win10 64 bit, python3.6

1, the installation robot framework

pip install robotframework

2, install wxPython

pip install wxPython

3, installation robotframework-ride (unofficial version)

pip install -U https://github.com/HelioGuilherme66/RIDE/archive/master.zip

4, in the Scripts folder to run python ride.py, open the latest 1.7.4 version of the ride (unofficial version, the measured available)

 

Guess you like

Origin www.cnblogs.com/lza945/p/10929875.html