From c2fb1475c8b660b51f3a933323bb02a67c983639 Mon Sep 17 00:00:00 2001 From: derrick murphy Date: Fri, 1 Feb 2019 20:55:21 +0000 Subject: [PATCH] move the package installation step to before setting up DB and migrations --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7621f6..0cdb822 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Requirements: $ git clone https://gitlab.com/litecord/litecord.git && cd litecord ``` +### Install packages + +```sh +$ pipenv install --dev +``` + ### Setting up the database It's recommended to create a separate user for the `litecord` database. @@ -80,12 +86,6 @@ $ cp config.example.py config.py $ $EDITOR config.py ``` -### Install packages - -```sh -$ pipenv install --dev -``` - ## Running Hypercorn is used to run Litecord. By default, it will bind to `0.0.0.0:5000`.