Commit 651d0f7f authored by tsukumi's avatar tsukumi

Change: update README.md

parent 524f488f
...@@ -18,11 +18,11 @@ Run the following commands in order. ...@@ -18,11 +18,11 @@ Run the following commands in order.
$ git@github.com:tsukumijima/shadowban-eu-frontend.git $ git@github.com:tsukumijima/shadowban-eu-frontend.git
$ cd shadowban-eu-backend $ cd shadowban-eu-backend
# Dependencies installation
$ pip install --no-cache-dir -r requirements.txt
# Copy .env.example to .env # Copy .env.example to .env
$ cp .env.example .env $ cp .env.example .env
# Dependencies installation
$ pip install --no-cache-dir -r requirements.txt
``` ```
You need to modify `MONGO_DB`, `MONGO_USERNAME`, `MONGO_PASSWORD` in the .env file to suit your environment. You need to modify `MONGO_DB`, `MONGO_USERNAME`, `MONGO_PASSWORD` in the .env file to suit your environment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment