[Doc] Readme windows
This commit is contained in:
parent
8ac43826dc
commit
a3106ccf1f
|
@ -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:
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue