Interactive and static tool for organizing dicoms.
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 [email protected]:jbteves/dicomorg.git
cd dicomorg && pip install -e .
Feel free to use in a conda environment, which I warmly recommend.