From 74ef1ae56e9bbd4c6a9441a10bb90576136243be Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Wed, 7 Jun 2023 15:05:16 -0400 Subject: [PATCH] docs: Tweak upgrade instructions --- docs/install.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index bb52cf0..0c39f1e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -87,7 +87,9 @@ Tutor can be launched on Amazon Web Services very quickly with the `official Tut Upgrading --------- -To upgrade Open edX or benefit from the latest features and bug fixes, you should simply upgrade Tutor. Start by upgrading the "tutor" package and its dependencies:: +To upgrade your Open edX site or benefit from the latest features and bug fixes, you should simply upgrade Tutor. Start by backing up your data and reading the `release notes `_ for the current release. + +Next, upgrade the "tutor" package and its dependencies:: pip install --upgrade "tutor[full]"