Changes between Version 1 and Version 2 of webtest/install_selenium


Ignore:
Timestamp:
10/28/2013 05:35:22 PM (12 years ago)
Author:
chenyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • webtest/install_selenium

    v1 v2  
    11安装selenium模块,我们需要先安装setuptools [[BR]] 
    2 setuptools是 Python Enterprise Application Kit(PEAK)的一个副项目,它 是一组Python的 distutilsde工具的增强工具,可以让程序员更方便的创建和发布 Python 包,特别是那些对其它包具有依赖性的状况 
     2setuptools是 Python Enterprise Application Kit(PEAK)的一个副项目,它 是一组Python的 distutilsde工具的增强工具,可以让程序员更方便的安装模块,创建和发布 Python 包,特别是那些对其它包具有依赖性的状况 
    331. 下载setuptoos,下载地址:https://pypi.python.org/pypi/setuptools/1.1 
    44[[BR]]