RHHS CS Contest Code Judge
- Developed in Python 3.6
- All Python dependencies are listed in
requirements.txt
(can be installed withpip install -r requirements.txt
) - Requires machine to have Java, C/C++, and Python installed and added to environment variables
Assuming Windows usage:
- Install all dependencies
set FLASK_APP=name
in terminal- Run
app.py
or useflask run