Installing MedPy in a virtual environement#
We recommend installing MedPy inside a virtual environement to avoid package versioning conflicts with your system. To create and activate a virtual environement, call
python3 -m venv medpy-venv
source medpy-venv/bin/activate
and then install MedPy with
python3 -m pip install medpy