Python 3.10

This commit is contained in:
Maxim Khomutov 2023-07-05 23:14:53 +03:00
parent afb1206bd8
commit 73ffd7d6a4

View File

@ -19,11 +19,12 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [ ] Documentation...
## Installation
1. Clone the repository in a location of your choice with: `git clone -b Stable https://github.com/kuitoi/kuitoi-Server.git`.
2. Change directory into the KuiToi-Server: `cd KuiToi-Server`.
3. Install requirements: `pip install -r requirements.txt`.
4. Change directory into sources: `cd src`.
5. Run KuiToi-Server: `python3 main.py`.
1. Install **Python 3.10**
2. Clone the repository in a location of your choice with: `git clone -b Stable https://github.com/kuitoi/kuitoi-Server.git`.
3. Change directory into the KuiToi-Server: `cd KuiToi-Server`.
4. Install requirements: `pip install -r requirements.txt`.
5. Change directory into sources: `cd src`.
6. Run KuiToi-Server: `python3 main.py`.
## Feedback