From 7c565afbe3020e66e0a5a865fdf40c0c5bae9a91 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:07:30 +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 8406aec..8e3fd70 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ You can test this new version. > 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. 5. [env] Update pip - - `python3 pip install --upgrade pip` + - `pip install --upgrade pip` 6. [env] Install the required libraries: - - `python3 pip install -r requirements.txt` + - `pip install -r requirements.txt` > If you get errors, try running `source venv/bin/activate` again of use `--user` option. 7. [env] Initialize and prepare the database.