view tool_dependencies.xml @ 0:d2c6b25e1a60

Initial commit.
author jmchilton
date Mon, 13 May 2013 16:16:14 -0400
parents
children 182a52535cef
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="psm_eval" version="0.1.0">
        <install version="1.0">
            <actions>
              <action type="download_by_url">https://github.com/jmchilton/psm-eval/archive/8c05781330.zip</action>
              <action type="setup_virtualenv">./requirements.txt</action>
            </actions>
        </install>
        <readme>
          Sets up a virtualenv for psm_eval.
        </readme>
    </package>
</tool_dependency>