/
How to add external repo dependency in edx-platform
How to add external repo dependency in edx-platform
Steps to follow when you have created an external repo under /edx, and it is up on GitHub.
Step-by-step guide
- Make sure your repo is up-to-date. Clone the repo URL (HTTPS clone URL), and copy the latest commit.
- In edx-platform repo - go to requirements/edx/github.txt and add an entry with this format
-e git+<cloned HTTPS repo URL>@<latest_commit>#egg=<dependency_name>
Ex. -e git+https://github.com/edx/opaque-keys.git@df0dd602869e498e512659bb4bd243309e30e19a#egg=opaque-key - Now that you have made an entry in the ‘github.txt’; go to directory /edx/app/edxapp/edx-platform, and run
pip install -r requirements/edx/github.txt
Related articles
Looking for labels? They can now be found in the details panel on the floating action bar.
Related content
edx-platform Repository Overview
edx-platform Repository Overview
More like this
How to: Update and deploy edx-drf-extensions everywhere
How to: Update and deploy edx-drf-extensions everywhere
More like this
Process to Create an Open edX Release
Process to Create an Open edX Release
More like this
How to enable dependabot for Github actions' version updates
How to enable dependabot for Github actions' version updates
More like this
Packages installed via commit hashes
Packages installed via commit hashes
More like this
Local setup
Local setup
More like this