From fced81425e7bd57b48b1e0e21e47acc4d41b37b1 Mon Sep 17 00:00:00 2001 From: ad101-lab <55064247+ad101-lab@users.noreply.github.com> Date: Wed, 30 Sep 2020 14:14:50 -0600 Subject: [PATCH] Fix Pyhton typos to Python --- doc/howto/how_to_build_and_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/howto/how_to_build_and_install.md b/doc/howto/how_to_build_and_install.md index 4888d69..d6ead03 100755 --- a/doc/howto/how_to_build_and_install.md +++ b/doc/howto/how_to_build_and_install.md @@ -13,7 +13,7 @@ You can install these packages using apt: ```shell sudo apt install cmake pkg-config ``` -if you want to use python API, you need to install pyhton and swig(3.0 or higher): +if you want to use python API, you need to install python and swig(3.0 or higher): ```shell sudo apt-get install python swig sudo apt-get install python-pip @@ -30,7 +30,7 @@ For the 64-bit project: .\vcpkg install cmake:x64-windows .\vcpkg integrate install ``` -if you want to use python API, you need to install pyhton and swig: +if you want to use python API, you need to install python and swig: [python office install](https://wiki.python.org/moin/BeginnersGuide/Download) [swig office install](http://www.swig.org/download.html)