Skip to content

Commit b7af5ee

Browse files
committed
DOC: Fix conda install command in ReleaseDownloadLinks.md
1 parent bd2b30d commit b7af5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Maintenance/DownloadLinksCookieCutter/{{cookiecutter.output_directory}}/ReleaseDownloadLinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install --upgrade itk
99
or:
1010

1111
```
12-
conda -c conda-forge install itk
12+
conda install -c conda-forge itk
1313
```
1414

1515
**Guide and Textbook**

0 commit comments

Comments
 (0)