Update CONTRIBUTING.md

This commit is contained in:
mbohlool 2016-11-21 12:48:45 -08:00
parent 76bd09d515
commit 8ac9715c31

View File

@ -23,4 +23,4 @@ Follow either of the two links above to access the appropriate CLA and instructi
### Adding dependencies
If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md#godep-and-dependency-management).
If your patch depends on new packages, add those packages to [requirements.txt](requirements.txt) and [setup.py](setup.py).