安装
2025/8/19小于 1 分钟
安装
好的,我相信您有服务器或PC,所以,让我们开始。
在Windows安装
1。下载并安装Python 3.11.3
2。克隆Aloginapi的回购GitHub并打开文件夹。您可以运行:
git clone https://github.com/Aurora-Studio-Dev/ALoginAPI.git
cd ALoginAPI3。运行
run.bat启动服务器。4。完成!
在Linux上安装
- 1。下载并安装Python 3.11.3,
或运行:
sudo apt update
sudo apt install python3- 2。克隆Aloginapi的回购GitHub并打开文件夹。您可以运行:
git clone https://github.com/Aurora-Studio-Dev/ALoginAPI.git
cd ALoginAPI3。运行
sh run.sh启动服务器。4。完成!
在MacOS安装
注意
我们没有MacOS PC,所以我们无法测试。
如果这些有Misktakes,请向我们报告。
感谢您的帮助!
1。下载并安装Python 3.11.3
2。克隆Aloginapi的回购GitHub并打开文件夹。您可以运行:
git clone https://github.com/Aurora-Studio-Dev/ALoginAPI.git
cd ALoginAPI- 3。在命令下运行以启动服务器。
pip3 install -r requirements.txt
python3 main.py- 4。完成!
