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