Skip to content

Commit 3b0f11e

Browse files
committed
fix typo in notebooks README
1 parent 7d5c3a5 commit 3b0f11e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebooks/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ git clone https://github.com/fastmachinelearning/qonnx
88
cd qonnx
99
virtualenv -p python3.8 venv
1010
source venv/bin/activate
11-
pip install -e .[testing, docs, notebooks]
11+
pip install -e .[testing,docs,notebooks]
12+
cd notebooks
13+
jupyter notebook .
14+
# follow the link printed in the console to bring up Jupyter
1215
```

0 commit comments

Comments
 (0)