From 70a4ae744c4fbb2096a3994d09b56619b4dde031 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:26:22 -0400 Subject: [PATCH] pip install pipenv Signed-off-by: Kenneth Reitz --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 79d229f2..317a7c76 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .PHONY: docs init: + pip install pipenv --upgrade pipenv install --dev --skip-lock test: # This runs all of the tests, on both Python 2 and Python 3.