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
Copy file name to clipboardExpand all lines: docs/source/configuration/open_edx.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Install from local Build
73
73
74
74
* To update to a new development version without having to actually bump the package version, simply ``pip uninstall social-auth-mitxpro``, then install again
75
75
76
-
Install ``mitxpro-openedx-extensions`` in LMS
76
+
Install ``openedx-companion-auth`` in LMS
77
77
---------------------------------------------
78
78
79
79
There are two options for this:
@@ -83,16 +83,16 @@ Install via pip
83
83
84
84
.. code-block:: shell
85
85
86
-
pip install mitxpro-openedx-extensions
86
+
pip install openedx-companion-auth
87
87
88
88
Install from local Build
89
89
^^^^^^^^^^^^^^^^^^^^^^^^
90
90
91
-
* Checkout the `mitxpro-openedx-extensions<https://github.com/mitodl/mitxpro-openedx-extensions>`_ project and build the package per the project instructions
92
-
* Copy the ``mitxpro-openedx-extensions-$VERSION.tar.gz`` file into devstack's ``edx-platform`` directory
93
-
* In devstack, run ``make lms-shell`` and within that shell ``pip install mitxpro-openedx-extensions-$VERSION.tar.gz``
91
+
* Checkout the `openedx-companion-auth<https://github.com/mitodl/open-edx-plugins/tree/main/src/openedx_companion_auth>`_ project and build the package per the project instructions
92
+
* Copy the ``openedx-companion-auth-$VERSION.tar.gz`` file from the ``dist`` folder into devstack's ``edx-platform`` directory
93
+
* In devstack, run ``make lms-shell`` and within that shell ``pip install openedx-companion-auth-$VERSION.tar.gz``
94
94
95
-
* To update to a new development version without having to actually bump the package version, simply ``pip uninstall -y mitxpro-openedx-extensions``, then install again
95
+
* To update to a new development version without having to actually bump the package version, simply ``pip uninstall -y openedx-companion-auth``, then install again
96
96
97
97
Configure MITx Online as a OAuth provider for Open edX
0 commit comments