1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update development setup section of CONTRIBUTING

This commit is contained in:
Ross McFarland
2020-02-15 16:10:21 -08:00
committed by GitHub
parent 59b12dd9c0
commit e7370d01da

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.