Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Add instructions for pyinstaller in Readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pakal committed Jun 5, 2022
1 parent 0e3608e commit a8fea4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ Setup
- Install all dependencies using Poetry, and add "Pyobjus" package with pip if you're on OSX
- Launch "main.py"

To generate an executable version of the program::

$ pip install pyinstaller
$ python -m PyInstaller pyinstaller.spec

Note that arguments like "--windowed --onefile" are overridden by the content of the spec file

0 comments on commit a8fea4c

Please sign in to comment.