mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-23 01:29:20 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
出现permission denied请关闭杀毒软件
先安装python3.6及以上版本
然后安装pip3
然后安装依赖库: pip3 install -r requirements.txt
然后运行:python3 easyspider_executestage.py即可运行
打包说明: windows直接运行generateEXE_win64.cmd即可打包成exe文件并自动拷贝到../ElectronJS/chrome_win64/目录下