kivy readme: note about running on linux desktop

closes #5037
This commit is contained in:
SomberNight 2019-01-28 15:26:46 +01:00
parent f9b0c66843
commit 501e725a47
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -74,3 +74,11 @@ $ sudo docker run -it --rm \
### How do I get more verbose logs?
See `log_level` in `buildozer.spec`
### Kivy can be run directly on Linux Desktop. How?
Install Kivy.
Build atlas: `(cd electrum/gui/kivy/; make theming)`
Run electrum with the `-g` switch: `electrum -g kivy`