Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. pip install -r requirements.txt; echo "empty" > main.exe; rm main.exe; pyinstaller --onefile .\main.py; mv .\dist\main.exe .\main.exe; rm -r .\dist\; rm -r .\build\; rm main.spec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement