Installation#

Installing coderunner is pretty simple, just run

pip install coderunner

Install a specific verison

pip install coderunner==0.4

or directly from GitHub if you cannot wait to test new features

pip install git+https://github.com/codeclassroom/CodeRunner.git

If you have already installed it and want to update

pip install --upgrade coderunner