From d75711f9ac3bd0b11459b1738061842d1bc1edbc Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 12 Oct 2012 01:16:29 -0400 Subject: [PATCH] Add git upgrade instructions to the release notes --- docs/releases/0.12.3.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/releases/0.12.3.rst b/docs/releases/0.12.3.rst index e111d3984d..f6f128d8cf 100644 --- a/docs/releases/0.12.3.rst +++ b/docs/releases/0.12.3.rst @@ -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