aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-04 14:19:26 +0800
committer苏向夜 <fu050409@163.com>2024-03-04 14:19:26 +0800
commit4f3c34290bcd172a35a86b172e27ca52910aa4b6 (patch)
tree99e0b4c6e81ed242dd77b842c161e00ef460c413 /docs
parentf8f88f465df244be685679a6a78bf4b27008672d (diff)
downloadinfini-4f3c34290bcd172a35a86b172e27ca52910aa4b6.tar.gz
infini-4f3c34290bcd172a35a86b172e27ca52910aa4b6.zip
feat(quick-start): fix tip block
Diffstat (limited to 'docs')
-rw-r--r--docs/source/quick-start.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/source/quick-start.md b/docs/source/quick-start.md
index 6a35bccf..bb1a5a95 100644
--- a/docs/source/quick-start.md
+++ b/docs/source/quick-start.md
@@ -6,11 +6,15 @@
### Python 环境
-.. important:: 我们强烈建议使用最新版 Python 分发。
+```{important} 注意
+我们强烈建议使用最新版 Python 分发。
+```
请先确保你正确安装并配置了 Python 环境,如果你的计算机上还没有一个 Python 安装,请先前往[Python 官网](https://www.python.org/downloads/)下载和安装 Python。
-.. tip:: 如果你的网络环境较差,你可以使用[淘宝镜像网站](https://registry.npmmirror.com/binary.html?path=python/)下载 Python,安装时请注意选择将 Python 加入环境变量。
+```{tip} 提示
+如果你的网络环境较差,你可以使用[淘宝镜像网站](https://registry.npmmirror.com/binary.html?path=python/)下载 Python,安装时请注意选择将 Python 加入环境变量。
+```
安装完成后,你可以打开系统终端执行`python -V`以及`pip -V`来确保 Python 被正确安装。