From 03e3204ea78ecffb1c8c9679cc7c467cb9e983ed Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Wed, 26 Aug 2020 08:35:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f4e8d..d3b784b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can test this new version. - `cd Parasitter` 4. Change to this branch: - `git checkout dev-indep` -5. [Optional] Prepare a virtual environment and activate it: +5. [Optional] Prepare a virtual environment and activate it (Recommended): > Python lets you create virtual environments. This allows you to avoid installing all the `pip` packages on your system. If you don't mind about that, you can jump to step **5.** and ignore everything about "[env]". @@ -79,6 +79,7 @@ You can test this new version. - `flask db init` - `flask db migrate` - `flask db upgrade` + > If you get *`"No such command db"`*, try running `source venv/bin/activate` again. 9. [env] Run the application. - `flask run` 10. Go to "http://localhost:5000/" and enjoy.