We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c8b43d + 6fedc18 commit 8e4abdeCopy full SHA for 8e4abde
docs/tutorials/installation.md
@@ -30,7 +30,7 @@ $ python3 -m pip install pandablocks
30
If you need to write HDF files you should install the hdf5 extra:
31
32
```
33
-$ python3 -m pip install pandablocks[hdf5]
+$ python3 -m pip install pandablocks[h5py]
34
35
36
If you require a feature that is not currently released you can also install
0 commit comments