Mercurial > repos > matt-shirley > hamstring
annotate tool_dependencies.xml @ 4:7a90dedf5377 draft
Update hamstring installation
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Sun, 31 Mar 2013 10:23:18 -0400 |
parents | 950609434f7a |
children | 265de24f1af6 |
rev | line source |
---|---|
1 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="hamstring" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
4
7a90dedf5377
Update hamstring installation
Matt Shirley <mdshw5@gmail.com>
parents:
3
diff
changeset
|
6 <action type="shell_command">git clone git://github.com/mdshw5/hamstring.git</action> |
3 | 7 <action type="shell_command">python setup.py install --home $INSTALL_DIR</action> |
1 | 8 </actions> |
9 </install> | |
10 <readme>Hamstring python module requires Python 2.7 | |
11 </readme> | |
12 </package> | |
13 </tool_dependency> |