summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-10-09 19:30:48 +0200
committeremkael <emkael@tlen.pl>2017-10-09 19:30:48 +0200
commitcbb6849dcc7a12db6929341c6171ddee9446167c (patch)
tree1a68fca517f668eb5ecf68d2577b88181763956c
parentc14d1ac7b25098033deea1dcee9ac434232397eb (diff)
README updatedinput-defaults
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6152300..be2225b 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,16 @@ pip install -r requirements-PLATFORM.txt
Where `PLATFORM` is either `windows` or `linux`.
-# Configuration
+You can also download the pre-built EXE release.
-Set MySQL settings in ql/settings.py.
+# Configuration
-For Linux, you can leave the default `engine` property, for Windows, you have to change it to `mysql.connector.django` to use Oracle connector.
+Set MySQL settings in config.json.
# Usage
```
-python quick_lineup.py <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:
@@ -33,6 +33,8 @@ For instance, to process round 3, segment 2, starting from table 1 run:
python quick_lineup.py 3 2 1
```
+If round and segment are missing, the script will ask for these values interactively.
+
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).
# Build process