Skip to content

mrawlik/makemedicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makemedicom

Installation

Command-line interface

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 makemedicom

Install 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 makemedicom

Install the development version straight from the repository:

pip install git+https://github.com/rawlik/makemedicom.git

Usage

makemedicom myfile.h5

Development

CLI

git clone git@github.com:rawlik/makemedicom.git
cd makemedicom
pipx install --force --editable .

Python module

If you need a dedicated environment for development:

python3 -m venv makemedicomdevenv

And then source the activation script appropriate for the shell. For bash or zsh:

source makemedicomdevenv/env/bin/activate

In the desired environment run:

git clone git@github.com:rawlik/makemedicom.git
cd makemedicom
pip install --force --editable .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages