Skip to content

Commit fe3ccbb

Browse files
authored
Update README.md
1 parent a6c07b6 commit fe3ccbb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ The demos cover the following topics:
1313

1414
See the `fastplotlib` repo for [installation](https://github.com/kushalkolar/fastplotlib#:~:text=on%20gitter.-,Installation,-Install%20using%20pip).
1515

16-
In order to run the notebooks you will also need to have `imageio` and `tifffile` installed. These are not dependencies of `fastplotlib`, but are being used in these demos.
16+
In order to run the notebooks you will also need to have `imageio` and `zarr` installed. These are not dependencies of `fastplotlib`, but are being used in these demos.
1717

1818
### Install using pip
1919
```
20-
pip install tiffile
21-
```
22-
```
23-
pip install imageio
20+
pip install tiffile imageio zarr
2421
```
2522

2623
# General `fastplotlib` API

0 commit comments

Comments
 (0)