[Doc] Readme windows

This commit is contained in:
Ferdinand Thiessen 2020-10-27 13:43:01 +01:00
parent 8ac43826dc
commit a3106ccf1f
2 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@ handlers:
class: logging.handlers.WatchedFileHandler
level: DEBUG
formatter: debug
filename: flaschengeist/log/debug/debug.log
filename: flaschengeist-debug.log
encoding: utf8
loggers:

View File

@ -9,6 +9,10 @@
or with ldap support
pip3 install --user ".[ldap]"
#### Windows
Same as above, but for mysql you have to follow this guide:
https://www.radishlogic.com/coding/python-3/installing-mysqldb-for-python-3-in-windows/
### Configuration
1. Rename `flaschengeist.example.cfg` to `flaschengeist.cfg`