From ba6e2dd0228e1bacc7bb4766b5107c4de0f0e617 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Fri, 18 Jun 2021 08:21:20 -0500 Subject: [PATCH] add instructions for dev requirements --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4d962b4..74df945 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ python pypi-list.py --full This pipeline run daily at `0:0` to generate a `packages.json`, `unavailable.json`, `avalilable.json`. + +## Development + + +``` bash +pip install -e ".[dev]" +```