Practice Makes Perfect
pyinstaller 본문
pip install pyinstaller
pyinstaller ./practice.py
pyinstaller -F ./practice.py -> 하나의 exe 파일로 만들어줌
'Software > Python' 카테고리의 다른 글
jupyter notebook path ( 시작 경로) (0) | 2022.03.21 |
---|---|
파이썬 리스트 (0) | 2021.09.15 |
Python 문법 (0) | 2021.09.07 |
Python 개발 환경 설정 (0) | 2021.09.07 |
Comments