現在大家都在用python3了,利用這個機會正好把自己的練習重新整理一遍,本篇記錄用python3.6重新搭建關鍵字驅動環境
目錄
1、安裝python3.6
2、安裝wxPython
3、安裝robotframework
4、安裝robotframework-ride
5、安裝robotframework-selenium2library
6、啟動ride
由於使用了python3,所以其他文件都使用在線安裝的方式,不會像python2.7在線安裝一樣出現各種版本不兼容問題
1、安裝python3.6
下載 鏈接:https://pan.baidu.com/s/179012JHJ9rfYBhs31vb9-Q 提取碼:x4c4
同python2.7一樣,下載exe文件,雙擊完成安裝即可
2、安裝wxPython
使用在線安裝:pip install wxPython -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn

3、安裝robotframework
使用在線安裝:pip install robotframework -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn

4、安裝robotframework-ride
使用在線安裝:pip install robotframework-ride -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn

5、安裝robotframework-selenium2library
使用在線安裝:pip install robotframework-selenium2library -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn

6、啟動ride
dos窗口輸入ride.py即可啟動
