We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7424c21 commit fc9f942Copy full SHA for fc9f942
README.md
@@ -48,13 +48,13 @@ Install plugins
48
Let's run the file and start converting images! Please ensure that your output folder ends with a slash to avoid errors.
49
50
```
51
-python3 nii2png.py -i <inputfile> -o <outputfolder>
+$ python3 nii2png.py -i <inputfile> -o <outputfolder>
52
53
54
or
55
56
57
-python3 nii2png.py --input <inputfile> --ouput <outputfolder>
+$ python3 nii2png.py --input <inputfile> --ouput <outputfolder>
58
59
60
Tip: You can drag and drop the file/folder into the terminal window instead of typing the path
0 commit comments