From 0a5d9ab9b477dc2befd5f621664dd6d529fabd8d Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 3 Jul 2014 03:06:20 -0700 Subject: [PATCH] add pyinstaller to distribution --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5847baf..1d13b4e 100644 --- a/README.md +++ b/README.md @@ -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