参考https://blog.csdn.net/freewind06/article/details/52140921
cmd到项目所在目录
进入到有pyinstaller 的环境下 如 activate py36
使用命令 pyinstaller haha.py
然后将所需要的包导入到dist目录下即可
将项目所需文件都添加到dist目录下的生成的文件夹中 如,CrawlNews文件夹下
参考https://blog.csdn.net/freewind06/article/details/52140921
cmd到项目所在目录
进入到有pyinstaller 的环境下 如 activate py36
使用命令 pyinstaller haha.py
然后将所需要的包导入到dist目录下即可
将项目所需文件都添加到dist目录下的生成的文件夹中 如,CrawlNews文件夹下