2019年5月14日 星期二

[Python] [pyinstaller] release to the exe file

Step 1: Open "Anaconda Prompt" for the installer command. Of course, you must install the relative application in your PC first.
Step 2:
type the install command:
ex:
pyinstaller -F F:\WEI_LUN\code_project\python\project\ptyhon_project\main_crawler.py

------
That is all.


Note:
The pyinstaller error from the NoteBook:
python用pyinstaller生成exe时报错 TypeError: an integer is required (got type bytes)
https://blog.csdn.net/chen_soldier/article/details/102667201