Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 789 Bytes

README.rst

File metadata and controls

40 lines (24 loc) · 789 Bytes

SRComp CLI

Build Status Docs Status

A set of command-line tools for operating SRComp at a competition and for working with compstate repositories.

Usage

Install:

pip install -U pip setuptools wheel
pip install sr.comp.cli

Bash completions are also available, see the bash-completion file in the root of the repo.

Development

Install:

pip install -e . -r dev-requirements.txt

Test: ./run-tests