Skip to content

Python 学习

批量安装

shell
pip3 install -r requirements.txt

安装指定版本依赖

shell
pip install selenium==4.9.0

生成 requirements.txt 文件

shell
pip freeze > requirements.txt

# python mongoDB

shell
pip install pymongo