Skip to content

Commit 4836409

Browse files
authored
Update README.md
1 parent 6654d13 commit 4836409

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ In order to run the notebooks you will also need to have `imageio` and `zarr` in
1919

2020
### Install using pip
2121
```
22-
pip install imageio zarr
22+
# other packages specifically used for this demo
23+
pip install "jupyterlab<4" imageio zarr
24+
25+
# fastplotlib with notebook dependencies
26+
pip install "fastplotlib[notebook]"
2327
```
2428

2529
# General `fastplotlib` API

0 commit comments

Comments
 (0)