Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. PyInstaller -y -w -F -n output_file_name --uac-admin --clean source_file.py
  2.  
  3. PyInstaller -y -w -F -n output_file_name --manifest output_file_name.exe.manifest --uac-admin --clean source_file.py
  4.  
  5. pip install git+https://github.com/pyinstaller/pyinstaller.git@develop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement