1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-19 14:02:13 +00:00

Reverting setup changes

This commit is contained in:
Paweł Jastrzębski
2014-01-22 17:43:19 +01:00
parent aa96381eb5
commit ebe7d910de
4 changed files with 30 additions and 47 deletions

View File

@@ -53,7 +53,7 @@ sudo pip3 install pillow python-slugify psutil
```
### For freezing code:
- Windows/Linux - [cx_Freeze](https://bitbucket.org/anthony_tuininga/cx_freeze) version 4.3.2 with [this](https://bitbucket.org/anthony_tuininga/cx_freeze/pull-request/29/conversions-to-support-untranslated-wide) patchset.
- Windows - [cx_Freeze](https://bitbucket.org/anthony_tuininga/cx_freeze) version 4.3.2 with [this](https://bitbucket.org/anthony_tuininga/cx_freeze/pull-request/29/conversions-to-support-untranslated-wide) patchset.
- OS X - [py2app](https://bitbucket.org/ronaldoussoren/py2app) HEAD version.
## USAGE