diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-05 22:48:52 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-07 19:02:24 -0300 |
commit | a688be4894e6f7bfc4dad414b2b4c0f747af945b (patch) | |
tree | 28339260f4938dee9fc80ebd59b4da277e8dee5e /pkg/osx/README.rst | |
parent | f220d32702eddbd18be167b2742bb60043f60a45 (diff) |
[pkg] remove old files, update README a little
Diffstat (limited to 'pkg/osx/README.rst')
-rw-r--r-- | pkg/osx/README.rst | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/pkg/osx/README.rst b/pkg/osx/README.rst index 03aac4f2..92799ebd 100644 --- a/pkg/osx/README.rst +++ b/pkg/osx/README.rst @@ -1,31 +1,28 @@ environment setup in osx ======================== -(I rm'd my README by mistake at some point. Re-do). + +TODO:: REALLY old notes, adapting to newest flow. basically you need this to setup your environment: # check and consolidate -# install xcode and macports -# port -v selfupdate -# port install python26 -# port install python_select -# port select python python26 -# port install py26-pyqt4 -# port install py26-pip -# port install py26-virtualenv -# port install git-core -# port install platypus -# port install upx +# install xcode and homebrew + +# brew install python2.7 +# brew install python-virtualenwrapper +# brew install qt +# brew install git +# brew install platypus +# brew install upx Requirements ============ pyinstaller ----------- -Expected in ~/pyinstaller -You need the development version. -Tested with: 2.0.373 +You need the development version. do `python setup.py develop` inside your +virtualenv. platypus (tested with latest macports) |