Update README

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 22:28:32 -07:00 committed by GitHub
parent d1db77c466
commit 1a6de605ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,10 @@ Options:
-p, --pretty Pretty-print output. -p, --pretty Pretty-print output.
--help Show this message and exit. --help Show this message and exit.
``` ```
where the ballots file should be a `.csv` or `.xls`(`x`) whose columns are candidates and whose
rows are numerical RCV ballot rankings (lower number is best, 1st, 2nd, 3rd, etc.).
(see the [web deployment](https://pages.uoregon.edu/tgorordo/files/smithy/src/cgi/form.html)
or `test/` for some examples).
If you want a 'None' option in your election, it should be included as a candidate. If you want a 'None' option in your election, it should be included as a candidate.