InstallationΒΆ

  • pip

    Install using pip:

    pip install scriptcwl
    

    For development:

    git clone git@github.com:NLeSC/scriptcwl.git
    cd scriptcwl
    python setup.py develop
    

    Run tests (including coverage) with:

    python setup.py test
    
  • conda

  • Windows issues

  • for development