Skip to content

Commit 49d4122

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

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
@@ -20,7 +20,9 @@ cd /home/olivier/Documents/PYTHON/iblapps/task_qc_viewer
2020
```
2121
Launch the Viewer by typing `ipython task_qc.py session_UUID` , example:
2222
```
23-
ipython task_qc.py c9fec76e-7a20-4da4-93ad-04510a89473b
23+
python task_qc.py c9fec76e-7a20-4da4-93ad-04510a89473b
24+
# or with ipython
25+
ipython task_qc.py -- c9fec76e-7a20-4da4-93ad-04510a89473b
2426
```
2527

2628
Or just using a local path (on a local server for example):

0 commit comments

Comments
 (0)