Install
8/19/25Less than 1 minute
Install
Okay, I believe you have a server or a PC, so, let's get started.
Warning
Attention please!
Please installed Git !
You can get download for Git under this:
Windows: Download
MacOS: Download
Linux: Run:
sudo apt install gitInstall at Windows
- Download and install Python 3.11.3
- Clone ALoginAPI repo from GitHub and open the folder. You can run:
git clone https://github.com/Aurora-Studio-Dev/ALoginAPI.git
cd ALoginAPI- Run
run.batto start the server.
- Run
- Done !
Install at Linux
- Download and install Python 3.11.3,
or run:
- Download and install Python 3.11.3,
sudo apt update
sudo apt install python3- Clone ALoginAPI repo from GitHub and open the folder. You can run:
git clone https://github.com/Aurora-Studio-Dev/ALoginAPI.git
cd ALoginAPI- Run
sh run.shto start the server.
- Run
- Done !
Install at MacOS
Warning
We don't have MacOS PC, so we can't test it.
If these have misktakes, please report to us.
Thanks for your helps!
- Download and install Python 3.11.3
- Clone ALoginAPI repo from GitHub and open the folder. You can run:
git clone https://github.com/Aurora-Studio-Dev/ALoginAPI.git
cd ALoginAPI- Run under command to start the server.
pip3 install -r requirements.txt
python3 main.py- Done !
