Robot常用Library安装

Python-Library:

yum install -y mysql-devel python-devel python-setuptools
pip install MySQL-python

pip install robotframework_databaselibrary
pip install pymongo
pip install pymysql

Path:

/usr/local/lib/python2.7/site-packages

原文地址:https://www.cnblogs.com/zihanxing/p/7301158.html