Advertisement
calfred2808

python installer notes

Sep 15th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. ""pyinstaller
  2. pip install pyinstaller
  3. pyinstaller -w [your python file]
  4. pyinstaller -i [icon file location] [python file location[
  5. pyinstaller -w -F i- [icon file] [python file]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement