Skip to content

Commit 6fedc18

Browse files
authored
Update installation command for HDF5 support
pip install now throws "WARNING: pandablocks 0.10.4 does not provide the extra 'hdf5'"
1 parent 6c8b43d commit 6fedc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ python3 -m pip install pandablocks
3030
If you need to write HDF files you should install the hdf5 extra:
3131

3232
```
33-
$ python3 -m pip install pandablocks[hdf5]
33+
$ python3 -m pip install pandablocks[h5py]
3434
```
3535

3636
If you require a feature that is not currently released you can also install

0 commit comments

Comments
 (0)