diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-05-25 10:58:01 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-05-25 11:08:28 +0200 |
commit | de74318c6984f11fbf76c55d68cd5e4aae5039c7 (patch) | |
tree | e7b42de23313ca735423a894bc5786e8c4ea61b1 /README.md | |
parent | Dependency tweak (diff) | |
download | kcc-de74318c6984f11fbf76c55d68cd5e4aae5039c7.tar.gz kcc-de74318c6984f11fbf76c55d68cd5e4aae5039c7.tar.bz2 kcc-de74318c6984f11fbf76c55d68cd5e4aae5039c7.zip |
Replaced cx_Freeze with py2exe
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4ded835..6375c60 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ sudo pip3 install pillow python-slugify psutil ``` ### For freezing code: -- Windows - [cx_Freeze](https://bitbucket.org/anthony_tuininga/cx_freeze) HEAD version with [this](https://bitbucket.org/anthony_tuininga/cx_freeze/pull-request/29/conversions-to-support-untranslated-wide) patchset. +- Windows - [py2exe](https://pypi.python.org/pypi/py2exe) 0.9.2+ - OS X - [py2app](https://bitbucket.org/ronaldoussoren/py2app) 0.8+ ## USAGE |