一、前言
今天不讲前言了,直接上步骤。
二、实现
1.打开pycharm,点击File,Setting进入配置页面
2.点击Project下面的Python Interpreter进入环境配置页面
(没有配置环境的配置一下环境,这里不多说,正常安装python的时候自带了三个库pip,setup...)
3.点击左上角的+号
4.搜索Selenium,选择合适的版本(建议3.0以上的),点击左下角安装
与其他从网上下载安装包的教程相比,我觉得这更方便一些,基本上是零错误。
[En]
Compared with other tutorials that download installation packages from the Internet, I think this is a little more convenient, basically zero error.