# Create Python Execute File on Windows ###### tags: `Python` * PATH environment    * Run "PowerShell" =="Shift" + right click== on working folder.  * Install "pyinstaller" ``` > pip install pyinstaller ```  * Check "pyinstaller" version ``` > pyinstaller --version ``` * Build Execute Python file ``` > pyinstaller -F <python file> ``` * If PATH environment didn't set well.  * It will create "build" & "dist" folders and *.spec file. * The execute file can be found in "dist" folder.
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up