From ec1d5c80ffa1bd005da18b9442683e8f0a0d0129 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Mon, 8 Oct 2018 10:38:53 +0100 Subject: [PATCH] Add pip install to update process --- docs/migrating.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migrating.rst b/docs/migrating.rst index 45646f058..d4ef40857 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -82,6 +82,7 @@ rolled in as part of the update: $ cd /path/to/project $ git pull + $ pip install -r requirements.txt $ cd src $ ./manage.py migrate