From 11fe28fc60262772563f38046fc1f15bb1f8edab Mon Sep 17 00:00:00 2001 From: Rasmus Moorats Date: Sun, 29 Mar 2020 14:28:29 +0300 Subject: add --dev flag to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a029b..dba2709 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The above command will make the API accessible on the host via `http://localhost A Python 3.8 interpreter and the [pipenv] package are required. Once those requirements are satisfied, install the project's dependencies: ``` -pipenv sync +pipenv sync --dev ``` Follow that up with setting up the pre-commit hook: -- cgit v1.2.3