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
1 changed files with 1 additions and 1 deletions

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.