From 47c950a1880123de182894e48c0e8d01fba994ac Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Wed, 26 Aug 2020 08:42:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91a53f9..d806400 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ You can test this new version. - `source venv/bin/activate` > Now you are inside of the virtual environment for python. All instructions wiht [env] indicate that must be done inside the env if you decided to create one. From now on, you will always need to start the application from within the virtual env. 6. [env] Update pip - - `pip3 install --upgrade pip` + - `python3 pip install --upgrade pip` 7. [env] Install the required libraries: - - `pip3 install -r requirements.txt` + - `python3 pip install -r requirements.txt` > Use `sudo` or, preferably `--user`, if not working. 8. [env] Initialize and prepare the database. - `flask db init`