aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: