Update instructions

This commit is contained in:
Changhua 2024-05-02 16:01:13 +08:00
parent 4c079db075
commit a3087309d6

View File

@ -57,7 +57,12 @@ vcpkg integrate install
#### 安装 Python3
通过微软商店或者 python.org 自行下载均可,注意配置好环境变量,确保 `python3` 在命令行下可用
通过微软商店或者 python.org 自行下载均可,注意配置好环境变量,确保 `python3` 在命令行下可用。
安装依赖:
```sh
pip install grpcio-tools==1.48.2
```
</details>