From ae7c20d134f8cdec70abf7e4b2264496dbddbbf5 Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Wed, 18 Apr 2018 16:14:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c170e8c..535313e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ source bin/activate Update pip and install requirements ``` -pip install --update pip +pip install --upgrade pip pip install -r requirements.txt ```