From abc7f92fe850381a9974a877e7cfd8815bc4d0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=9F=B9=E6=96=87=20=28Yang=20Peiwen=29?= <915505626@qq.com> Date: Mon, 7 Feb 2022 13:14:14 +0800 Subject: [PATCH] Fix typo --- docs/en/tutorials/how_to_install_mmdeploy_on_jetsons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/how_to_install_mmdeploy_on_jetsons.md b/docs/en/tutorials/how_to_install_mmdeploy_on_jetsons.md index 484d1ce1c2..5d186c5111 100644 --- a/docs/en/tutorials/how_to_install_mmdeploy_on_jetsons.md +++ b/docs/en/tutorials/how_to_install_mmdeploy_on_jetsons.md @@ -104,7 +104,7 @@ cmake --version ### Install mmdeploy 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. ``` -sudo apt-get install pkd-config libhdf5-100 libhdf5-dev +sudo apt-get install pkg-config libhdf5-100 libhdf5-dev pip install versioned-hdf5 --no-cache-dir ```