diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/RulePackage/intro.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/RulePackage/intro.md b/docs/RulePackage/intro.md index a44bb314..1e1a66bd 100644 --- a/docs/RulePackage/intro.md +++ b/docs/RulePackage/intro.md @@ -4,4 +4,22 @@ title: 概述 !!! abstract 此章节涉及到真正的 Python 规范问题,因此请认真阅读并多加练习,方能写出漂亮的代码。 + +水系规则包可以通过 `pip` Pyhton 包管理工具直接下载,但是为了方便,我们推荐以下两个安装方案。 + +=== "使用`pdm`" + + ```shell + pdm install MyRule # (1)! + ``` + + 1. :man_raising_hand: 具体的说是形如 `HydroRollCore-Rule-The_Pool`这样的包名。 + +=== "使用`hrc`" + + Phasellus posuere in sem ut cursus (1) + + 1. :woman_raising_hand: I'm an annotation as well! + +***
\ No newline at end of file |