This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
开发准备
Spectrollay edited this page Jan 6, 2025
·
4 revisions
简体中文 | English
语言翻译不一定100%准确
语言翻译不一定100%准确
RyhBotPythonSDK是使用Python编写的。为了使RyhBotPythonSDK能够在你的计算机上正确运行,请确保你已安装Python 3.10或以上的版本。你可以从 python.org 下载相应的安装包。
此外,RyhBotPythonSDK还使用了一些外部依赖库。请按照以下步骤安装它们:
- Flask: 你可以使用命令
pip3 install flask或从pypi.org安装。 - Requests: 你可以使用命令
pip3 install requests或从pypi.org安装。 - Pymysql: 你可以使用命令
pip3 install pymysql或从pypi.org安装。
Developer: Runoneall
Translator: Spectrollay
This document is written by English and 简体中文.
English
本文档由English和简体中文编写。
简体中文