Skip to content

Commit

Permalink
Merge pull request #1 from dzenanz/main
Browse files Browse the repository at this point in the history
Minor documentation/installation simplification
  • Loading branch information
SachidanandAlle authored Feb 24, 2023
2 parents b04962c + f6e85a7 commit 26fb1dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ SlicerMONAIViz currently supports:
You need to install MONAI and dependencies before using this plugin.

- Open Python Console (View Menu) in 3D Slicer
- Running following commands
- `pip_install('monai')`
- `pip_install('nibabel')`
- Run the following command:
- `pip_install("monai[itk,nibabel]")`
- Restart 3D Slicer

### Install Plugin in Developer Mode
Expand Down

0 comments on commit 26fb1dc

Please sign in to comment.