Update README.md

This commit is contained in:
PLUJA 2020-09-04 23:07:30 +02:00 committed by GitHub
parent f854f212c6
commit 7c565afbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.