Skip to content

rhhscs/Cheerio

Repository files navigation

Cheerio

RHHS CS Contest Code Judge

Dependencies

  • Developed in Python 3.6
  • All Python dependencies are listed in requirements.txt (can be installed with pip install -r requirements.txt)
  • Requires machine to have Java, C/C++, and Python installed and added to environment variables

Usage

Assuming Windows usage:

  1. Install all dependencies
  2. set FLASK_APP=name in terminal
  3. Run app.py or use flask run