Revision 3156
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
96 | 96 |
-sudo apt-get install python-profiler |
97 | 97 |
-sudo apt-get install python-pip |
98 | 98 |
-sudo apt-get install pymetrics |
99 |
-sudo pip install ordereddict |
|
99 | 100 |
-sudo pip install pp |
100 | 101 |
|
101 | 102 |
python-Darwin: _always |
... | ... | |
107 | 108 |
@echo 'Run sudo python setup.py install' |
108 | 109 |
@echo "Run python -c 'import dateutil'" |
109 | 110 |
@$(wait) |
111 |
@echo $(emph)'Installing pip on Mac OS X:'$(endEmph) |
|
112 |
@echo 'Follow the instructions at http://www.pip-installer.org/en/latest/installing.html' |
|
113 |
@$(wait) |
|
110 | 114 |
|
111 | 115 |
##### PHP |
112 | 116 |
|
Also available in: Unified diff
main Makefile: python-Darwin: Added pip installation instructions. python-Linux: Added ordereddict.