Skip to content

Commit

Permalink
Update installation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SilianZ authored Jun 21, 2024
1 parent b43d3c3 commit 5b24103
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/getting-started/use-source-code/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ import Asciinema from "@site/src/components/Asciinema";

1. 在你的机器上安装好 [Python](https://www.python.org/)

````mdx-code-block
:::info

建议 Python 版本:3.10+。

:::
````

2. 下载源码:

Expand All @@ -47,7 +45,6 @@ import Asciinema from "@site/src/components/Asciinema";
git clone https://github.com/TTB-Network/python-openbmclapi.git
```

````mdx-code-block
:::tip

你亦可以使用镜像源加速:
Expand All @@ -57,7 +54,6 @@ import Asciinema from "@site/src/components/Asciinema";
```

:::
````

2. 打开仓库所在文件夹:

Expand All @@ -79,7 +75,6 @@ import Asciinema from "@site/src/components/Asciinema";
</TabItem>
</Tabs>
````

3. 安装依赖:
Expand All @@ -88,13 +83,11 @@ import Asciinema from "@site/src/components/Asciinema";
pip install -r requirements.txt
```

````mdx-code-block
:::tip

你可能需要先安装 [Microsoft C++ 生成工具](https://visualstudio.microsoft.com/visual-cpp-build-tools/)

:::
````

````mdx-code-block
<Asciinema
Expand Down

0 comments on commit 5b24103

Please sign in to comment.