diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2017-03-01 12:33:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 12:33:04 +0100 |
commit | 3d73e12dca0802392d020095bf58ea1d1330b899 (patch) | |
tree | 66bc18806de28fc4fd29a01b61923bcfe609805d /README.md | |
parent | 973d1cd652c8840a8e7c408182cfa79fb7183455 (diff) | |
parent | 5e0200ccaa7df050f1b78c8af7857ac292cbbbb5 (diff) |
Merge pull request #9 from michzimny/pyinstaller0.1
Pyinstaller configuration + successfully compiled binary
Diffstat (limited to 'README.md')
-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). |