Revision 7231
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
73 | 73 |
@echo 'Run the installer in it' |
74 | 74 |
@$(wait) |
75 | 75 |
@echo $(emph)'Installing python-dateutil on Mac OS X:'$(endEmph) |
76 |
@echo 'Download it: http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz' |
|
76 |
@echo 'Download it for Python 2: http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz'
|
|
77 | 77 |
@echo 'Extract the archive' |
78 | 78 |
@echo 'Change to the directory of the extracted files' |
79 | 79 |
@echo 'Run python setup.py build' |
80 | 80 |
@echo 'Run sudo python setup.py install' |
81 | 81 |
@echo "Run python -c 'import dateutil'" |
82 |
@echo 'Download it for Python 3: http://labix.org/download/python-dateutil/python-dateutil-2.0.tar.gz' |
|
83 |
@echo 'Extract the archive' |
|
84 |
@echo 'Change to the directory of the extracted files' |
|
85 |
@echo 'Run python3 setup.py build' |
|
86 |
@echo 'Run sudo python3 setup.py install' |
|
87 |
@echo "Run python3 -c 'import dateutil'" |
|
82 | 88 |
@$(wait) |
83 | 89 |
@echo $(emph)'Installing pip on Mac OS X:'$(endEmph) |
84 | 90 |
@echo 'Follow the instructions at http://www.pip-installer.org/en/latest/installing.html' |
Also available in: Unified diff
root Makefile: python-Darwin: Added instructions to install dateutil for Python 3 as well as Python 2, for use in PL/Python functions