Corrected README.md
I used the wrong option with pip install. Now it's correctly pip install --upgrade pip.
This commit is contained in:
parent
d79b70213b
commit
1aa3662f39
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue