From a2968f3e47fdbbc2a9ad548bc65b9ff08b8b411d Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 25 Feb 2019 09:21:04 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 238fc53..338ccd4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -66,7 +66,7 @@ cd .. - [ ] Install pipenv ``` -Pip3 install –upgrade pipenv +pip3 install –upgrade pipenv ``` - [ ] Install mysqlclient @@ -80,8 +80,7 @@ pipenv install mysqlclient ``` ``` -git checkout -- Pipfile -git checkout -- Pipfile.locl +git checkout -- Pipfile Pipfile.lock git status ```