Updated Self hosting (markdown)

Jeremy "EndenDragon" Zhang 2018-09-15 14:34:58 -07:00
parent 11ed9987fe
commit c1aa6024a1

@ -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`.
# <?php echo 'All your (data)base are belong to us'; ?>