Skip to content

Commit

Permalink
docs: clarify that extra pip requirements are a list, not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored and regisb committed Mar 14, 2023
1 parent 732e0c4 commit 2399909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2399909

Please sign in to comment.