File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ config:
1313 actions :
1414 -
1515 theme : brand
16- text : Blog
17- link : /en/blog/
16+ text : Introduction
17+ link : /en/notes/guide/basicinfo/intro.md
18+ -
19+ theme : brand
20+ text : Quick Start
21+ link : /en/notes/guide/quickstart/install.md
1822 -
1923 theme : alt
2024 text : Github →
Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ config:
1313 actions :
1414 -
1515 theme : brand
16- text : 博客
17- link : /zh/blog/
16+ text : 简介
17+ link : /zh/notes/guide/basicinfo/intro.md
18+ -
19+ theme : brand
20+ text : 快速开始
21+ link : /zh/notes/guide/quickstart/install.md
1822 -
1923 theme : alt
2024 text : Github →
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permalink: /zh/guide/install/
99
1010DataFlow的文本流水线部分的依赖环境可以通过以下指令安装(要求系统已经安装conda):
1111
12- ```
12+ ``` shell
1313conda create -n dataflow_pipe python=3.10
1414pip install -e .[text]
1515```
You can’t perform that action at this time.
0 commit comments