码迷,mamicode.com
首页 > 其他好文 > 详细

【开始】环境搭建

时间:2016-02-28 19:46:54      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

一 installing python

http://www.cnblogs.com/for-you/p/4898822.html

二 installing selenium package

使用pip命令: pip install -U selenium -U 会更新已经存在的版本到最新的版本。

成功后的提示:

    100% |████████████████████████████████| 8
11kB 576kB/s
Installing collected packages: selenium
  Running setup.py install for selenium
Successfully installed selenium-2.52.0
You are using pip version 7.1.2, however version 8.0.3 is available.
You should consider upgrading via the python -m pip install --upgrade pip comm
and.

 

下载包自己安装:https://pypi.python.org/pypi/selenium

下载后通过cmd进入解压的文件夹,通过命令安装:

python setup.py install

三 在线文档

http://selenium.googlecode.com/git/docs/api/py/api.html 

 

【开始】环境搭建

标签:

原文地址:http://www.cnblogs.com/for-you/p/5225269.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!