Add git upgrade instructions to the release notes

This commit is contained in:
Roberto Rosario
2012-10-12 01:16:29 -04:00
parent e43b582682
commit d75711f9ac

View File

@@ -81,7 +81,11 @@ document type filename view was also fixed.
Upgrading from a previous version
=================================
Start off by adding the new requirements::
Start off reseting any local changes if installed from Git::
$ git reset HEAD --hard
Next add the new requirements::
$ pip install -r requirements/production.txt