From 131220b678182a8eda06c85c972009e4eeac5981 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 1 Oct 2022 14:04:21 +0300 Subject: [PATCH] Add `Installation` block --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ca0df68..8e69570 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # KuiToi-Server +## Installation +1. Clone the repository in a location of your choice with: `git clone -b Stable --recurse-submodules https://github.com/kuitoi/kuitoi-Server.git`. +2. Change directory into the KuiToi-Server: `cd KuiToi-Server`. +3. Ensure that all submodules are initialized by running git: `submodule update --init --recursive`. +4. Install requirements: `pip install -r requirements.txt`. +5. Change directory into sources: `cd src`. +6. Run KuiToi-Server: `python3 main.py`. ## Feedback