Skip to content

PeterJCLaw/srcomp-scorer

Repository files navigation

SRComp Scorer

Build Status

A web UI to edit scores from SRComp score files.

Deployment

For using the scorer at an event:

script/install.sh

The install script prints instructions regarding the setup of the corresponding compstate as well as how to run the resulting instance. Currently this is aimed at install on a user's own machine rather than being hosted externally.

Development

Install:

pip install -e .

Run: python -m sr.comp.scorer (see the --help) for details.

Developers may wish to use the SRComp Dev repo to setup a dev instance.