From 73ffd7d6a43047528d0b2444c7c4d8cea108d5c7 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 5 Jul 2023 23:14:53 +0300 Subject: [PATCH] Python 3.10 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32c1bff..759702e 100644 --- a/README.md +++ b/README.md @@ -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