diff --git a/README.rst b/README.rst index d6b6068..2dd4c4c 100644 --- a/README.rst +++ b/README.rst @@ -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 ------- diff --git a/setup.py b/setup.py index 8be1233..90d5de7 100644 --- a/setup.py +++ b/setup.py @@ -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"