环境搭建---1.1---python+selenium环境搭建
Posted a-mom
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了环境搭建---1.1---python+selenium环境搭建相关的知识,希望对你有一定的参考价值。
1.安装python3.5
https://www.python.org/downloads/release/python-350/
2.安装selenium:
打开命令行,执行:pip install selenium==2.48.0
卸载命令:pip uninstall selenium
3.Pycharm
http://www.jetbrains.com/pycharm/download/#section=windows
个人使用下载community版
以上是关于环境搭建---1.1---python+selenium环境搭建的主要内容,如果未能解决你的问题,请参考以下文章