diff --git a/CHN-02-安装.md b/CHN-02-安装.md index 269dfa6..96c4b5f 100644 --- a/CHN-02-安装.md +++ b/CHN-02-安装.md @@ -129,7 +129,7 @@ yum install zlib-devel ##### 包管理器 如果有python环境,可以通过pip安装conan包管理器,当然也可以通过从官网下载connan的安装文件进行安装。 ``` -pip intall conan +pip install conan ``` conan包管理器可以提供Drogon项目的所有依赖。 diff --git a/ENG-02-Installation.md b/ENG-02-Installation.md index 3c36378..7a443eb 100644 --- a/ENG-02-Installation.md +++ b/ENG-02-Installation.md @@ -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。