python笔记

一、新建python虚拟环境

python -m venv demovenv

二、配置pip源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

在cmd窗口运行上述命令后会在 C:\Users\92113\AppData\Roaming\ 目录下生成一个pip文件夹,在pip文件夹里面有一个pip.ini配置文件:

三、selenium官网:https://www.selenium.dev

 

posted @ 2024-01-04 08:59  breezecool  阅读(17)  评论(0)    收藏  举报