From 1aa3662f39443bb7f7323e9d11a68ceea7098848 Mon Sep 17 00:00:00 2001 From: Homer S Date: Thu, 1 Jul 2021 09:51:43 +0200 Subject: [PATCH] Corrected README.md I used the wrong option with pip install. Now it's correctly pip install --upgrade pip. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e4cb4..587ae6e 100644 --- a/README.md +++ b/README.md @@ -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 ` and `source /bin/activate`. * `cd ` * 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"