Suggest to update all dependencies when preparing releases

This commit is contained in:
Bruno Oliveira 2018-01-29 19:00:08 -02:00
parent 4c148bd0ef
commit 13ee1cffed
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ taking a lot of time to make a new one.
#. Install development dependencies in a virtual environment with::
pip3 install -r tasks/requirements.txt
pip3 install -U -r tasks/requirements.txt
#. Create a branch ``release-X.Y.Z`` with the version for the release.