Mercurial > repos > crusoe > khmer
changeset 2:2f081aae8c91
strengthen install
author | Michael R. Crusoe <mcrusoe@msu.edu> |
---|---|
date | Sat, 28 Jun 2014 16:26:26 -0400 |
parents | a9f09834fca4 |
children | aec09850918e |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Jun 28 15:25:16 2014 -0400 +++ b/tool_dependencies.xml Sat Jun 28 16:26:26 2014 -0400 @@ -3,7 +3,7 @@ <package name="khmer" version="1.1"> <install version="1.0"> <actions> - <action type="shell_command">pip install khmer==1.1</action> + <action type="shell_command">easy_install -U setuptools; pip install --user khmer==1.1 || pip install khmer==1.1</action> </actions> </install> </package>