Skip to content

Commit 385aa34

Browse files
Dave St.Germaindavestgermain
authored andcommitted
Added a howto for overriding installed packages
1 parent e236b45 commit 385aa34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,14 @@ available. This will NOT be useful to those outside of edX. For details on
346346
getting things up and running, see
347347
https://openedx.atlassian.net/wiki/display/OpenDev/Marketing+Site.
348348

349+
How do I develop on an installed Python package?
350+
------------------------------------------------
351+
352+
If you want to modify an installed package – for instance ``edx-enterprise`` or ``completion`` – clone the repository in
353+
``~/workspace/src/your-package``. Next, ssh into the appropriate docker container (``make lms-shell``),
354+
run ``pip install -e /edx/src/your-package``, and restart the service.
355+
356+
349357
How do I build images?
350358
----------------------
351359

0 commit comments

Comments
 (0)