Fix misspelling words (#41)

LIU ZHE YU 2022-06-18 23:27:01 +08:00 committed by GitHub
parent 90a7035096
commit 99ca6106a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -129,7 +129,7 @@ yum install zlib-devel
##### 包管理器
如果有python环境可以通过pip安装conan包管理器当然也可以通过从官网下载connan的安装文件进行安装。
```
pip intall conan
pip install conan
```
conan包管理器可以提供Drogon项目的所有依赖。

@ -126,7 +126,7 @@ Install Visual Studio 2019 professional 2019, at least included these options:
##### Package Manager
If python is installed on system, you could install conan package manager via pip, of course you can download the installation file from connan official website to install it also.
```
pip intall conan
pip install conan
```
conan package manager could provide all dependencies that Drogon projector needs。