Revision 6190
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
89 | 89 |
-sudo pip install pp |
90 | 90 |
|
91 | 91 |
python-Darwin: _always |
92 |
@echo $(emph)'Installing Python 3.2 on Mac OS X:'$(endEmph) |
|
93 |
@echo 'Download it: http://www.python.org/ftp/python/3.2.3/python-3.2.3-macosx10.6.dmg' |
|
94 |
@echo 'Open the disk image' |
|
95 |
@echo 'Run the installer in it' |
|
96 |
@$(wait) |
|
92 | 97 |
@echo $(emph)'Installing python-dateutil on Mac OS X:'$(endEmph) |
93 | 98 |
@echo 'Download it: http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz' |
94 | 99 |
@echo 'Extract the archive' |
Also available in: Unified diff
root Makefile: Python: python-Darwin: Added instructions to install Python 3.2 (Python 2 comes with Mac OS X, but Python 3.2 is needed for plpython3u)