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

Development Preparation

runoneall edited this page Dec 10, 2024 · 5 revisions
简体中文 | English
Language translations may not be 100% accurate

Install Python

RyhBotPythonSDK is written in Python, To make RyhBotPythonSDK run correctly on your computer, please make sure you have Python 3.10 version or above. You can find the corresponding installation package from python.org.

Additional dependencies

In addition, RyhBotPythonSDK also uses some external libraries. Follow the steps below to install them:

  1. Flask: You can install it with the command pip3 install flask or from pypi.org.
  2. Requests: You can install it with the command pip3 install requests or from pypi.org.
  3. Pymysql: You can install it with the command pip3 install pymysql or from pypi.org.

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

English


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

简体中文

Clone this wiki locally