# Install pacakges python -m pip install -U pip python -m pip install -U matplotlib python -m pip install -U notebook pip install monai pip install monai-weekly # Installing the recommended dependencies git clone https://github.com/Project-MONAI/MONAI.git cd MONAI/ pip install -e '.[nibabel,skimage]' pip install -e '.[all]'