diff options
author | emkael <emkael@tlen.pl> | 2016-11-26 01:22:30 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-26 01:22:30 +0100 |
commit | f6870ca22e3dfc2582585704e70b3a2dd1283f3c (patch) | |
tree | 805f79b696f45c34b4335fbd9223c090534149c6 | |
parent | d9af0bcf382ab73ddc7ff720f08dc3e8c77a4195 (diff) |
README updated to reflect bootstrap script, not module architecture
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,13 +24,13 @@ For Linux, you can leave the default `engine` property, for Windows, you have to # Usage ``` -python -m ql <round> <segment> [<start from table>] +python quick_lineup.py <round> <segment> [<start from table>] ``` For instance, to process round 3, segment 2, starting from table 1 run: ``` -python -m ql 3 2 1 +python quick_lineup.py 3 2 1 ``` The script will iterate pair by pair in each match. It presents the currently assigned players and let you confirm them - pressing ENTER without any input - or change - providing player names (press TAB to autocomplete). |