diff options
author | Kali Kaneko <kali@leap.se> | 2013-03-21 21:14:33 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-03-21 21:18:54 +0900 |
commit | abe441f6f0e48d0dd20d5e8f60dd7cbeba647102 (patch) | |
tree | 83991cf24ae7121b5203c16a9806d4f2e1130a1e /pkg/osx/README.rst | |
parent | 5ed7755810fc086c7fbe9bc35dddf49a4ecd5d83 (diff) |
update pyinstaller install
Diffstat (limited to 'pkg/osx/README.rst')
-rw-r--r-- | pkg/osx/README.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pkg/osx/README.rst b/pkg/osx/README.rst index af5f7668..03aac4f2 100644 --- a/pkg/osx/README.rst +++ b/pkg/osx/README.rst @@ -16,10 +16,17 @@ basically you need this to setup your environment: # port install py26-virtualenv # port install git-core # port install platypus +# port install upx Requirements ============ -pyinstaller (in ~/pyinstaller) +pyinstaller +----------- +Expected in ~/pyinstaller + +You need the development version. +Tested with: 2.0.373 + platypus (tested with latest macports) ... + install environment as usual, |