Revision 13363
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/Makefile | ||
---|---|---|
69 | 69 |
-sudo apt-get --yes install python-profiler |
70 | 70 |
-sudo apt-get --yes install python-pip |
71 | 71 |
-sudo apt-get --yes install pymetrics |
72 |
-sudo pip install ordereddict |
|
73 | 72 |
-sudo pip install pp |
74 | 73 |
|
75 | 74 |
python-Darwin: _always |
Also available in: Unified diff
/Makefile: python-Linux: removed ordereddict, since OrderedDict is now obtained from `collections`