From 36bc37913a928829e0602e845a84a1b965a6fef9 Mon Sep 17 00:00:00 2001 From: erkin Date: Thu, 11 Mar 2021 10:44:46 +0300 Subject: readme: Correct pipenv instruction to install dev packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edc58712e..a090cf0cb 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The guidelines in a nutshell: Tests are executed at build time, you can also execute them by hand with: ``` -pipenv install +pipenv install --dev pipenv shell make test ``` -- cgit v1.2.3