Skip to content

Commit 8e4abde

Browse files
authored
Merge pull request #119 from PandABlocks/installation-doc-update
Update installation command for HDF5 support
2 parents 6c8b43d + 6fedc18 commit 8e4abde

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)