From 4586f75379db4096822e829ef480d2763fb0b039 Mon Sep 17 00:00:00 2001 From: Wenqi Li <831580+wyli@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:23:21 +0100 Subject: [PATCH] Update installation steps Signed-off-by: Wenqi Li <831580+wyli@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b7b22..9fd6c57 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,15 @@ To use MONAIViz with 3D Slicer, you'll need to download and install 3D Slicer. M ### Installing MONAIViz Plugin -- Go to **View** -> **Extension Manager** -> **Developer Tools** -> **MONAIViz** +- Go to **View** -> **Extensions Manager** -> **Developer Tools** -> **MONAIViz** - Install MONAIViz plugin - _**Restart**_ 3D Slicer **Note:** To update the plugin to the latest version, you have to uninstall the existing 3D Slicer version and download and install the new preview version of 3D Slicer again ### Install Plugin in Developer Mode - +- Make sure [the `PyTorch` utility](https://github.com/fepegar/SlicerPyTorch) is installed via the 3D slicer extensions manager +- Make sure `monai` is installed (Slicer Python Console: `import pip; pip.main(['install', 'monai[itk, nibabel]'])`) - `git clone git@github.com:Project-MONAI/SlicerMONAIViz.git` - Open 3D Slicer: Go to **Edit** -> **Application Settings** -> **Modules** -> **Additional Module Paths** - Add New Module Path: __/SlicerMONAIViz/MONAIViz