1、python
exe文件,直接双击安装
https://www.python.org/download/releases/2.7.8/
2、setuptools
下载ez_setup.py文件,双击
https://pypi.python.org/pypi/setuptools
3、pip
1、cmd进入ez_setup.py文件目录
2、用setuptools安装:easy_install pip
https://pip.pypa.io/en/latest/index.html
4、robot framework
1、pip install robotframework
2、源码:python setup.py install
3、exe文件,直接双击安装
https://pypi.python.org/pypi/robotframework
https://github.com/robotframework/robotframework
5、wxPython
exe文件,直接双击安装
http://wxpython.org/download.php#stable
6、robotframework-ride
1、pip install robotframework-ride
2、源码:pythont setup.py install
3、exe文件,直接双击安装
https://pypi.python.org/pypi/robotframework-ride
7、selenium2library
1、pip install robotframework-selenium2library
2、源码:pythont setup.py install
3、exe文件,直接双击安装
https://pypi.python.org/pypi/robotframework-selenium2library
8、cx_Oracle
exe文件,直接双击安装
http://sourceforge.net/projects/cx-oracle/files/
9、databaselibrary
1、pip install robotframework-databaselibrary
2、源码:pythont setup.py install
https://github.com/franz-see/Robotframework-Database-Library
10、requests
pip install requests
https://pypi.python.org/pypi/requests
11、RequestsLibrary
pip install -U robotframework-requests
https://github.com/bulkan/robotframework-requests