Mercurial > repos > crusoe > khmer
view tool_dependencies.xml @ 27:e6b1ef398fc8
Typo
author | Michael R. Crusoe <mcrusoe@msu.edu> |
---|---|
date | Sun, 29 Jun 2014 13:13:15 -0400 |
parents | d00e18a0a3f2 |
children | 846232fc30bf |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="khmer" version="1.1"> <install version="1.0"> <actions> <action type="shell_command">easy_install -U setuptools==3.4.1; pip install --user khmer==1.1 || pip install khmer==1.1</action> </actions> </install> </package> </tool_dependency>