Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1008 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 1008 Bytes

Distributed Automation for XNAT

Install DAX

Install it with:

pip install dax

Use --upgrade to overwrite previous installation

To install current main branch:

pip install git+https://github.com/VUIIS/dax.git --upgrade

or a specific branch:

pip install git+https://github.com/VUIIS/dax.git@branch_name --upgrade

Docs

Documentation Status