Add tip on upgrading to CONTRIBUTING.md

This commit is contained in:
Troy McConaghy 2017-04-07 15:40:17 +02:00 committed by GitHub
parent c64a35c362
commit 85d5d08506
1 changed files with 7 additions and 0 deletions

View File

@ -145,6 +145,13 @@ Once you accept and submit the CLA, we'll email you with further instructions. (
Someone will then merge your branch or suggest changes. If we suggest changes, you won't have to open a new pull request, you can just push new code to the same branch (on `origin`) as you did before creating the pull request.
### Tip: Upgrading All BigchainDB Dependencies
Over time, your versions of the Python packages used by BigchainDB will get out of date. You can upgrade them using:
```text
pip install --upgrade -e .[dev]
```
## Quick Links
* [BigchainDB Community links](https://www.bigchaindb.com/community)