설치 : 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
'Bite Bits > Python' 카테고리의 다른 글
Python 소스 인코딩 정의하기. (0) | 2018.07.18 |
---|---|
KoNLPy 파이썬 한국어 NLP 체험하기 (0) | 2017.12.18 |
jupyter notebook 설정 변경하기 (0) | 2017.11.10 |
Python + Selenium + chromedriver 로 Daum 웹툰 다운받기 (0) | 2017.02.14 |
python 에서 특정 문자열이 포함되지 않은 정규표현식 (0) | 2016.10.25 |