Skip to content

Commit 89372d8

Browse files
authored
Fix typo (#132)
1 parent 9f9670e commit 89372d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/how_to_install_mmdeploy_on_jetsons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ cmake --version
104104
### Install mmdeploy
105105
Just follow the instruction [here](../build.md). If it throws `failed building wheel for numpy...ERROR: Failed to build one or more wheels` when installing `h5py`, try install `h5py` manually.
106106
```
107-
sudo apt-get install pkd-config libhdf5-100 libhdf5-dev
107+
sudo apt-get install pkg-config libhdf5-100 libhdf5-dev
108108
pip install versioned-hdf5 --no-cache-dir
109109
```
110110

0 commit comments

Comments
 (0)