aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-03-29 08:26:52 -0700
committerGravatar GitHub <[email protected]>2020-03-29 08:26:52 -0700
commit46faa973a112b524e061990d297a47dd70ce8fc4 (patch)
tree8518639dd3ff24dafaeb068bb90d9b5368acfee3
parentMerge pull request #69 from python-discord/bug/ci/66/pipenv-run-creates-venv (diff)
parentadd --dev flag to readme (diff)
Merge pull request #70 from neonsea/clarify-readme
add --dev flag to readme
-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: