Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 466 Bytes

开发和使用过的一些爬虫

安装类库

pip3 install -r requirements.txt

生成类库
生成所有的类库 pip3 freeze > requirements.txt
生成项目下使用类库 pip install pipreqs $ pipreqs /path/to/project