First install pipx: https://pypa.github.io/pipx/ Pipx will install makemedicom in its own dedicated virtual environment so that you can use it without it interfering with
Install the latest release:
pipx install makemedicomInstall the development version straight from the repository:
pipx install git+https://github.com/rawlik/makemedicom.git
### Python module
Install the latest release in the desired environment:
```bash
pip install makemedicomInstall the development version straight from the repository:
pip install git+https://github.com/rawlik/makemedicom.gitmakemedicom myfile.h5git clone git@github.com:rawlik/makemedicom.git
cd makemedicom
pipx install --force --editable .If you need a dedicated environment for development:
python3 -m venv makemedicomdevenvAnd then source the activation script appropriate for the shell. For bash or zsh:
source makemedicomdevenv/env/bin/activateIn the desired environment run:
git clone git@github.com:rawlik/makemedicom.git
cd makemedicom
pip install --force --editable .