Installing MedPy on Windows#
MedPy does not support Windows. Using conda, it seems anyway to the possible to install it
conda create --name medpy-venv python3
conda activate medpy-venv
python3 -m pip install medpy
MedPy does not support Windows. Using conda, it seems anyway to the possible to install it
conda create --name medpy-venv python3
conda activate medpy-venv
python3 -m pip install medpy