Installation

Docker

To run dockerjudge, Docker Engine is required.

Install using the convenience script (for servers)

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

See Install Docker Engine | Docker Documentation for more information.

Package dockerjudge

From the Python Package Index (PyPI)

dockerjudge · PyPI

Via pip

pip install dockerjudge

Via Easy install (deprecated)

easy_install dockerjudge

From source on GitHub

  • HTTPS: https://github.com/wxh06/dockerjudge.git

  • SSH: git@github.com:wxh06/dockerjudge.git

git clone https://github.com/wxh06/dockerjudge.git
cd dockerjudge

make pip && make  # python3 -m pip install -Ur requirements.txt && python3 setup.py build
sudo make install  # python3 setup.py install