diff options
author | 2020-03-29 08:26:52 -0700 | |
---|---|---|
committer | 2020-03-29 08:26:52 -0700 | |
commit | 46faa973a112b524e061990d297a47dd70ce8fc4 (patch) | |
tree | 8518639dd3ff24dafaeb068bb90d9b5368acfee3 | |
parent | Merge pull request #69 from python-discord/bug/ci/66/pipenv-run-creates-venv (diff) | |
parent | add --dev flag to readme (diff) |
Merge pull request #70 from neonsea/clarify-readme
add --dev flag to readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |