Bite Bits/Python

MS windows 7 에서 pyinstller 사용하기

상영 2017. 11. 17. 16:44


설치 : pip 이용

> pip install pyinstaller


pyinstaller.exe 의 위치를 path 에 추가하면 편함.

실행 파일 만들기 (하나의 실행파일 만들기 옵션 : -F or --onefile)

도움말 보기 옵션 : -h

> where pyinstaller

C:\Python36-32\Scripts\pyinstaller.exe


> pyinstaller -F somefile.py

> pyinstaller -h



참고 : http://codememo.tistory.com/14