From 4dd2f51d5ed29becedbcb5617cf37c2789220f53 Mon Sep 17 00:00:00 2001 From: Ji Qu Date: Mon, 9 Dec 2019 14:42:12 +0800 Subject: [PATCH] Fix: Should add more detail about current directory --- docs/src/development.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/development.md b/docs/src/development.md index 3339579..28a5d90 100644 --- a/docs/src/development.md +++ b/docs/src/development.md @@ -13,6 +13,7 @@ are not the defaults for these languages: To install these is pretty simple, you can just run: + cd pinry pip install pipenv npm install -g yarn @@ -24,7 +25,8 @@ After that you can install this project with: You will need to run two separate items as of right now, the SPA and the backend: - pipenv run python manage.py + pipenv run python manage.py migrate + pipenv run python manage.py runserver And from another terminal: