Commit 6d576e07 by Xavier Antoviaque

Merge pull request #2 from aboudreault/readme-integrating-xblocks

Added a simple note in README.md mentionning to use the XBlock revision ...
parents 68b6f269 3c9244ba
......@@ -116,6 +116,11 @@ directory, enter:
$ pip install -e .
```
Since `XBlock` and `xblock-mentoring` are both in development, it is recommended
to use the `XBlock` revision specified in the workbench/LMS requirements.txt
file. The main `XBlock` repository is not always ready to use in edx-platform
and you might experience some issues.
Custom workbench settings
-------------------------
......@@ -157,7 +162,7 @@ $ DJANGO_SETTINGS_MODULE="workbench.settings_mentoring" PYTHONPATH=".:/path/to/x
```
`/path/to/xblock` is the path to the XBlock main repository (the one containing the workbench)
Adding custom scenarios to the workbench
----------------------------------------
......@@ -170,4 +175,3 @@ $ cat > templates/xml/my_mentoring_scenario.xml
```
Restart the workbench to take the new scenarios into account.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment