Corrected README.md

I used the wrong option with pip install. Now it's correctly pip install --upgrade pip.
This commit is contained in:
Homer S. 2021-07-01 09:51:43 +02:00
parent d79b70213b
commit 1aa3662f39
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ If you like to test this repository you are recommended to use one of the follow
* Make it a virtual environment by `python3 -m venv <new folder>` and `source <new folder>/bin/activate`.
* `cd <new folder>`
* Clone the repo.
* Inside the repo run `pip install --update pip && pip install -r requirements.txt`
* Inside the repo run `pip install --upgrade pip && pip install -r requirements.txt`
* Create an `.env` file with your favourite editor:
```
FRITZ_USERNAME="fritzab"