diff options
author | 2019-10-05 14:26:33 -0700 | |
---|---|---|
committer | 2019-10-05 14:26:33 -0700 | |
commit | 9c8ec5feac3c75bb9bdc3f3d17bd922c2cdc48e0 (patch) | |
tree | b8b03436bfa3832b403ad4066ee68868fe17242d | |
parent | Merge pull request #45 from python-discord/add-flake8-annotations (diff) | |
parent | Use pipenv sync instead of pipenv --sync (diff) |
Merge pull request #49 from makusu2/fixsync
Use pipenv sync instead of pipenv --sync
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ See [`snekapi.py`](snekbox/api/snekapi.py) and [`resources`](snekbox/api/resourc A Python 3.7 interpreter and the [pipenv](https://docs.pipenv.org/en/latest/) package are required. Once those requirements are satisfied, install the project's dependencies: ``` -pipenv --sync +pipenv sync ``` Follow that up with setting up the pre-commit hook: |