docs: Tweak upgrade instructions

This commit is contained in:
Sarina Canelake 2023-06-07 15:05:16 -04:00 committed by Régis Behmo
parent b3879e13b6
commit 74ef1ae56e
1 changed files with 3 additions and 1 deletions

View File

@ -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 <https://docs.openedx.org/en/latest/community/release_notes/>`_ for the current release.
Next, upgrade the "tutor" package and its dependencies::
pip install --upgrade "tutor[full]"