File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Notice the `[all]` after the package is a set of (one or more) extra requirement
6363=== "中文"
6464
6565 请留意,上述安装命令中包名后的`[all]`是额外的安装依赖,这些额外的安装内容在使用某些模块的时候会用到。
66+
6667 - `all`: 包含了下面的所有的依赖包
6768 - `service`: 用于创建RESTful APIs的依赖,aloha基于torndao来构建服务;
6869 - `build`: 用于将Python代码编译为二进制包或类库,这对于需要进行源代码保护的场景十分有用;
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ markdown_extensions:
5656 emoji_index : !!python/name:materialx.emoji.twemoji
5757 emoji_generator : !!python/name:materialx.emoji.to_svg
5858nav :
59- - Introduction : ' index.md'
60- - Get Started : ' README-get-start.md'
61- - Common Tasks : ' README-tasks .md'
62- - Configs : ' README-config.md'
63- - Development Guide : ' README-develop.md'
64- - API Reference : ' api.md'
59+ - Introduction : " index.md"
60+ - Get Started : " README-get-start.md"
61+ - Cli and Commands : " README-cli .md"
62+ - Configs : " README-config.md"
63+ - Development Guide : " README-develop.md"
64+ - API Reference : " api.md"
You can’t perform that action at this time.
0 commit comments