From 163279898db7b8c213aed7f0b029868b9578a7a7 Mon Sep 17 00:00:00 2001 From: Ebby Date: Sat, 27 Nov 2021 03:51:01 +0800 Subject: [PATCH] Update get_started.md (#1066) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix error in the chinese get_started file 完成的安装脚本 ==> 完整的安装脚本 --- docs_zh-CN/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_zh-CN/get_started.md b/docs_zh-CN/get_started.md index ceda738..fb5ea2d 100644 --- a/docs_zh-CN/get_started.md +++ b/docs_zh-CN/get_started.md @@ -123,7 +123,7 @@ pip install -e . # 或者 "python setup.py develop" 要么手动使用 `pip install -r requirements/optional.txt` 安装,要么专门从pip下安装(即 `pip install -e .[optional]`, 其中选项可设置为 `all`, `tests`, `build`, 和 `optional`) -### 完成的安装脚本 +### 完整的安装脚本 #### Linux