Skip to content

Commit 531a69a

Browse files
committed
task_qc_viewer: update doc
1 parent d65d28e commit 531a69a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

task_qc_viewer/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ ipython task_qc.py c9fec76e-7a20-4da4-93ad-04510a89473b
2525

2626
Or just using a local path (on a local server for example):
2727
```
28-
ipython task_qc.py /mnt/s0/Subjects/KS022/2019-12-10/001 --local
28+
python task_qc.py /mnt/s0/Subjects/KS022/2019-12-10/001 --local
29+
# or with ipython
30+
ipython task_qc.py -- /mnt/s0/Subjects/KS022/2019-12-10/001 --local
2931
```
3032

3133
## Usage: from ipython prompt

0 commit comments

Comments
 (0)