From 5120fa17a73158afbbb5bc09775c5a5933f54163 Mon Sep 17 00:00:00 2001 From: Jelle Z <18423879+jelle619@users.noreply.github.com> Date: Wed, 12 Sep 2018 23:04:51 +0200 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 c33670a..2482b88 100644 --- a/Self-hosting.md +++ b/Self-hosting.md @@ -5,7 +5,7 @@ This wiki page will help you started with installing Titan on your own server. U 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 utilizing 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. # $ echo "Ansible Playbooks"