Skip to content

Commit

Permalink
Fix Pyhton typos to Python
Browse files Browse the repository at this point in the history
  • Loading branch information
alexDickhans authored Sep 30, 2020
1 parent f62446a commit fced814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/howto/how_to_build_and_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit fced814

Please sign in to comment.