如今你們都在用python3了,利用這個機會正好把本身的練習從新整理一遍,本篇記錄用python3.6從新搭建關鍵字驅動環境python
目錄python2.7
一、安裝python3.6ide
二、安裝wxPythonspa
三、安裝robotframework3d
四、安裝robotframework-rideblog
五、安裝robotframework-selenium2libraryip
六、啓動rideget
因爲使用了python3,因此其餘文件都使用在線安裝的方式,不會像python2.7在線安裝同樣出現各類版本不兼容問題selenium
一、安裝python3.6pip
下載 連接:https://pan.baidu.com/s/179012JHJ9rfYBhs31vb9-Q 提取碼:x4c4
同python2.7同樣,下載exe文件,雙擊完成安裝便可
二、安裝wxPython
使用在線安裝:pip install robotframework -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
三、安裝robotframework
使用在線安裝:pip install robotframework -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
四、安裝robotframework-ride
使用在線安裝:pip install robotframework-ride -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
五、安裝robotframework-selenium2library
使用在線安裝:pip install robotframework-selenium2library -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
六、啓動ride
dos窗口輸入ride.py便可啓動