From e7370d01daba0152a159a70d6b6b471d81f00bf2 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 15 Feb 2020 16:10:21 -0800 Subject: [PATCH] Update development setup section of CONTRIBUTING --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index accabd5..4665a95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,11 +41,12 @@ Here are a few things you can do that will increase the likelihood of your pull ## Development setup ``` -pip install -r requirements.txt -pip install -r requirements-dev.txt -python setup.py install +./scipt/bootstrap +source env/bin/activate ``` +See the [`scripts/`](/scripts) if you'd like to run tests and coverage ([`script/coverage/`](/scripts/coverage)) and coverage ([`script/lint`](/scripts/lint)). After bootstrapping and sourcing the `env/` commands in the [`octodns/cmds/`](/octodns/cmds) directory can be run with `PYTHONPATH=. ./octodns/cmds/sync.py ...` + ## License note We can only accept contributions that are compatible with the MIT license.