From f04e7891e8a7b1d82016f1f88f0c6f73ee516971 Mon Sep 17 00:00:00 2001 From: spla Date: Wed, 25 Nov 2020 13:42:53 +0100 Subject: [PATCH] Updated --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12a15f0..b881ac2 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ Within Python Virtual Environment: 1. Run `pip install -r requirements.txt` to install needed Python libraries. -2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it. +2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it. -3. Run `python setup.py` to get your Mastodon's bot account tokens. +3. Run `python smtp_setup.py` to setup your smtp server, user and password. Needed to send game anotations to players. -4. Use your favourite scheduling method to set `python mastochess.py` to run regularly. +4. Run `python setup.py` to get your Mastodon's bot account tokens. + +5. Use your favourite scheduling method to set `python mastochess.py` to run regularly. ![board](board.png) 20.11.2020 - New feature! Added link to on going games in games list 21.11.2020 - New feature! Added a warning to player in turn when has been captured one of its pieces 23.11.2020 - New feature! Now all moves are saved to file (with san anotation). -25.11.2020 - New feature! Get any game anotations via email. +25.11.2020 - New feature! Get any game anotations via email (see point 3 above).