Configuring Pycharm to run Pyinstaller

后端 未结 7 1569
情深已故
情深已故 2020-12-13 11:01

Yes I want to create a run configuration in PyCharm to run Pyinstaller and get my executable. According to the Pyinstaller documentation you should be able to locate an pyth

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 11:44

    Install pyinstaller in pycharm, then open the pycharm terminal and write python -m PyInstaller.

提交回复
热议问题