about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2014-05-25 10:58:01 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2014-05-25 11:08:28 +0200
commitde74318c6984f11fbf76c55d68cd5e4aae5039c7 (patch)
treee7b42de23313ca735423a894bc5786e8c4ea61b1 /README.md
parentDependency tweak (diff)
downloadkcc-de74318c6984f11fbf76c55d68cd5e4aae5039c7.tar.gz
kcc-de74318c6984f11fbf76c55d68cd5e4aae5039c7.tar.bz2
kcc-de74318c6984f11fbf76c55d68cd5e4aae5039c7.zip
Replaced cx_Freeze with py2exe
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
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