From c1aa6024a1ceb20cc33e36a36514d7f1db5254c0 Mon Sep 17 00:00:00 2001 From: "Jeremy \"EndenDragon\" Zhang" Date: Sat, 15 Sep 2018 14:34:58 -0700 Subject: [PATCH] Updated Self hosting (markdown) --- Self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Self-hosting.md b/Self-hosting.md index 36178db..496e74c 100644 --- a/Self-hosting.md +++ b/Self-hosting.md @@ -4,7 +4,7 @@ There are two parts that integrate nicely together. The web app (website) handles the front-end and communication with the database to retrieve server messages, etc. The Discord bot handles the communication between Discord's WebSockets and pushing out the data to the database for the web app. Check out the respective folder for their installation instructions. -Once you cloned the project, install the Python dependencies with ``pip install -r requirements.txt``. Ensure that you are utilising Python 3.6's pip. +Once you cloned the project, install the Python dependencies with ``pip install -r requirements.txt``. Ensure that you are utilising Python 3.6's pip by checking `pip --version`. #