Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 337 Bytes

Easy Open Judge

This is a simplified-implemented Open Judge written by python.

Install

docker pull centos
mkdir env
virtualenv env --python python3
. env/bin/activate
pip install flask
python application.py

Warning: Please ensure you have already installed python3, pip and docker.

Enjoy yourself, have a good day :)