Previous topic

Installing MedPy the fast way

Next topic

Installing MedPy as root

This Page

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

pip3 install medpy