Browse Source

Update development setup section of CONTRIBUTING

pull/402/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
e7370d01da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      CONTRIBUTING.md

+ 4
- 3
CONTRIBUTING.md View File

@ -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.


Loading…
Cancel
Save