summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 86b3dbe..dc9454d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,7 +31,7 @@ To set up for local development (requires [poetry](https://python-poetry.org/doc
```bash
$ git clone https://github.com/reclosedev/requests-cache.git
$ cd requests-cache
-$ poetry install -E backends
+$ poetry install -v -E all
```
## Pre-commit Hooks