Revision 14740
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
72 | 72 |
-sudo apt-get --yes install python-profiler |
73 | 73 |
-sudo apt-get --yes install python-pip |
74 | 74 |
-sudo apt-get --yes install pymetrics |
75 |
-sudo pip install pp |
|
76 | 75 |
|
77 | 76 |
python-Darwin: _always |
78 | 77 |
@# Python 2 comes preinstalled |
Also available in: Unified diff
/Makefile: python-Linux: removed no longer used installation of pp (Parallel Python). we use Python's multiprocessing package instead.