From 59312ba52b08c35b66ec9375d5a4f6c2e0168d26 Mon Sep 17 00:00:00 2001 From: Maku Date: Sat, 5 Oct 2019 16:12:33 -0400 Subject: Use pipenv sync instead of pipenv --sync --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 29bbddb..f58dd9b 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3