Skip to content

Commit 9901968

Browse files
committed
Replace single quotation marks with double quotation marks to install MONAI with all dependencies on Windows
Fixes #6118 Signed-off-by: ytl0623 <david89062388@gmail.com>
1 parent 915d773 commit 9901968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Alternatively, to install all optional dependencies:
228228
```bash
229229
git clone https://github.com/Project-MONAI/MONAI.git
230230
cd MONAI/
231-
pip install -e '.[all]'
231+
pip install -e ".[all]"
232232
```
233233

234234
To install all optional dependencies with `pip` based on MONAI development environment settings:

0 commit comments

Comments
 (0)