7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00

docs: clarify that extra pip requirements are a list, not a string

This commit is contained in:
Kyle McCormick 2023-03-14 11:39:13 -04:00 committed by Régis Behmo
parent 732e0c43be
commit 2399909489

View File

@ -150,7 +150,7 @@ These two configuration parameters define which Redis database to use for Open e
.. _openedx_extra_pip_requirements:
- ``OPENEDX_EXTRA_PIP_REQUIREMENTS`` (default: ``openedx-scorm-xblock>=15.0.0,<16.0.0``)
- ``OPENEDX_EXTRA_PIP_REQUIREMENTS`` (default: ``["openedx-scorm-xblock>=15.0.0,<16.0.0"]``)
This defines extra pip packages that are going to be installed for Open edX.