7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-15 12:02:21 +00:00

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

View File

@ -87,7 +87,9 @@ Tutor can be launched on Amazon Web Services very quickly with the `official Tut
Upgrading 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]" pip install --upgrade "tutor[full]"