Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 385 Bytes

dicomorg

Interactive and static tool for organizing dicoms.

Setup

For a static installation via HTTPS:

git clone https://github.com/jbteves/dicomorg.git
cd dicomorg && pip install .

For a dynamic installation via SSH:

git clone git@github.com:jbteves/dicomorg.git
cd dicomorg && pip install -e .

Feel free to use in a conda environment, which I warmly recommend.