使用virtualenv建立虛擬環境
python3 -m venv foldername
啟動環境
.\foldername\Scripts\activate
.\foldername\bin\activate
activate
離開環境
deactivate
pip install pyinstaller
pyinstaller -F python.py
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up