From 7c65c4465d3c11f2fef6037c7b3dd9505e3006a9 Mon Sep 17 00:00:00 2001 From: Jelle Z <18423879+jelle619@users.noreply.github.com> Date: Tue, 28 Aug 2018 21:51:37 +0200 Subject: [PATCH] Updated Self hosting (markdown) --- Self-hosting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Self-hosting.md b/Self-hosting.md index 7c018a5..daaf8ed 100644 --- a/Self-hosting.md +++ b/Self-hosting.md @@ -4,7 +4,8 @@ Would you like to run your own copy of Titan Embeds? There are two parts that integrate nicely together. The webapp (website) handles the frontend and communication with the database to retrieve server messages, etc. The discordbot (bot) handles the communcation between Discord's websockets and pushing out the data to the database for the webapp. 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.5's pip. +Once you cloned the project, install the Python dependencies with ```bash +pip install -r requirements.txt```. Ensure that you are utilizing Python 3.5's pip. # $ echo "Ansible Playbooks"