Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Usage

tutor plugins enable codejail

Then, you will have to install the "docker-edx-sandbox" apparmor profile on your host::

tutor config save
tutor local init --limit=codejail

Finally, the platform can be run as usual::

tutor local quickstart

License
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.5",
install_requires=["tutor>=12.0.0,<13.0.0"],
install_requires=["tutor"],
entry_points={
"tutor.plugin.v0": [
"codejail = tutorcodejail.plugin"
Expand Down