| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Requirements for PR reviews to merge faster the existing and new pull requests:
How to prepare pull request for merging to main branch by doing "squash" or "rebase" on it:
https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request
To install the current codebase locally run
pip install .
To install in editable mode
pip install -e .
This means that import clr will pick up the version from the development directory.
To run clr tests:
python -m pytest
| Back | FazBrowse Home | New Git URL |