Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

开发准备

Spectrollay edited this page Jan 6, 2025 · 4 revisions
简体中文 | English
语言翻译不一定100%准确

安装Python

RyhBotPythonSDK是使用Python编写的。为了使RyhBotPythonSDK能够在你的计算机上正确运行,请确保你已安装Python 3.10或以上的版本。你可以从 python.org 下载相应的安装包。

附加依赖

此外,RyhBotPythonSDK还使用了一些外部依赖库。请按照以下步骤安装它们:

  1. Flask: 你可以使用命令 pip3 install flask 或从 pypi.org 安装。
  2. Requests: 你可以使用命令 pip3 install requests 或从 pypi.org 安装。
  3. Pymysql: 你可以使用命令 pip3 install pymysql 或从 pypi.org 安装。

This document is written by English and 简体中文.

English


本文档由English和简体中文编写。

简体中文

Clone this wiki locally