6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-09 16:36:29 +00:00

docs: add tutor compatibility notes

This commit is contained in:
Maria Fernanda Magallanes Zubillaga 2024-09-18 11:01:58 -05:00 committed by Régis Behmo
parent 47873acec2
commit 0a6516681b

View File

@ -130,6 +130,34 @@ The process for upgrading from one major release to the next works similarly to
tutor local upgrade --from=quince
tutor local launch
Running older releases of Open edX
-------------------------------------
Instructions for installing the appropriate Tutor version for older Open edX releases. Each command ensures compatibility between Open edX and its corresponding Tutor version. For more details on versioning conventions in Tutor, see the :ref:`versioning` section.
+-------------------+---------------+--------------------------------------------+
| Open edX Release | Tutor version | Installation command |
+===================+===============+============================================+
| Juniper | v10 | pip install 'tutor[full]>=10.0.0,<11.0.0' |
+-------------------+---------------+--------------------------------------------+
| Koa | v11 | pip install 'tutor[full]>=11.0.0,<12.0.0' |
+-------------------+---------------+--------------------------------------------+
| Lilac | v12 | pip install 'tutor[full]>=12.0.0,<13.0.0' |
+-------------------+---------------+--------------------------------------------+
| Maple | v13 | pip install 'tutor[full]>=13.0.0,<14.0.0' |
+-------------------+---------------+--------------------------------------------+
| Nutmeg | v14 | pip install 'tutor[full]>=14.0.0,<15.0.0' |
+-------------------+---------------+--------------------------------------------+
| Olive | v15 | pip install 'tutor[full]>=15.0.0,<16.0.0' |
+-------------------+---------------+--------------------------------------------+
| Palm | v16 | pip install 'tutor[full]>=16.0.0,<17.0.0' |
+-------------------+---------------+--------------------------------------------+
| Quince | v17 | pip install 'tutor[full]>=17.0.0,<18.0.0' |
+-------------------+---------------+--------------------------------------------+
| Redwood | v18 | pip install 'tutor[full]>=18.0.0,<19.0.0' |
+-------------------+---------------+--------------------------------------------+
.. _autocomplete:
Shell autocompletion