Revision 1844
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
95 | 95 |
##### Python |
96 | 96 |
|
97 | 97 |
python-Linux: _always |
98 |
-sudo apt-get install python python-dev python-dateutil python-profiler\
|
|
99 |
python-pip pymetrics |
|
98 |
-sudo apt-get install python python-dev python-dateutil python-parallel \
|
|
99 |
python-profiler python-pip pymetrics
|
|
100 | 100 |
|
101 | 101 |
python-Darwin: _always |
102 | 102 |
@echo $(emph)'Installing python-dateutil on Mac OS X:'$(endEmph) |
Also available in: Unified diff
root Makefile: python-Linux: Added python-parallel to installs