mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add pyinstaller to distribution
This commit is contained in:
parent
48d2026d11
commit
0a5d9ab9b4
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [cx-Freeze](http://cx-freeze.readthedocs.org/) - Freezes Python scripts (cross-platform)
|
||||
* [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows)
|
||||
* [py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X)
|
||||
* [PyInstaller ](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
|
||||
|
||||
## Files
|
||||
|
||||
|
|
Loading…
Reference in a new issue