Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
59 lines (37 loc) · 1.75 KB

installation.rst

File metadata and controls

59 lines (37 loc) · 1.75 KB

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

dockerjudge · PyPI

Via pip

pip install dockerjudge

Via Easy install (deprecated)

easy_install dockerjudge

From source on GitHub

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