summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-09 12:45:20 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-05-09 21:23:40 -0500
commitc50ec2aa7980318a354d6bfe84583910cbe1b19f (patch)
tree8c5dcc4aa013e101406310b78cc44fdb547b33c4 /CONTRIBUTING.md
parent826b6171001890a589b0a5d020ccd4a9edd36afe (diff)
downloadrequests-cache-c50ec2aa7980318a354d6bfe84583910cbe1b19f.tar.gz
Convert packaging config to poetry
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e3f901f..86b3dbe 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,12 +26,12 @@ pip install --pre requests-cache
Pre-release documentation can be found here: https://requests-cache.readthedocs.io/en/latest/
## Dev Installation
-To set up for local development:
+To set up for local development (requires [poetry](https://python-poetry.org/docs/#installation)):
```bash
$ git clone https://github.com/reclosedev/requests-cache.git
$ cd requests-cache
-$ pip install -Ue ".[dev]"
+$ poetry install -E backends
```
## Pre-commit Hooks