You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Otherwise, consult the `edx-platform/requirements/edx/edx-private.txt` file to see which revision was
167
-
used by [edx.org](https://edx.org) for your branch.
168
168
169
169
The `edx-platform``master` branch will generally always be compatible with the most recent Problem Builder tag. See
170
-
[edx-private.txt](https://github.com/edx/edx-platform/blob/master/requirements/edx/edx-private.txt) for the version
170
+
[the EDXAPP_PRIVATE_REQUIREMENTS setting](https://github.com/edx/configuration/blob/master/playbooks/roles/edxapp/defaults/main.yml) for the version
171
171
currently installed on [edx.org](https://edx.org).
172
172
173
-
To install Problem Builder on an Open edX installation, choose the tag you wish to install, and run:
173
+
To install new versions of Problem Builder (v3.1.3+), use `pip install xblock-problem-builder` or specify a version using e.g. `pip install xblock-problem-builder==3.1.3`. To do this on Open edX could look like:
To install old verions of Problem Builder (< v3.1.3) on an Open edX installation, choose the tag you wish to install, follow the above instructions but instead of the `pip install xblock-problem-builder` command, use:
0 commit comments