mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 00:36:30 +00:00
docs: clarify that extra pip requirements are a list, not a string
This commit is contained in:
parent
732e0c43be
commit
2399909489
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user