1
0

android readme: de-dupe "qml_gui" requirements

follow-up https://github.com/spesmilo/electrum/pull/8881
This commit is contained in:
SomberNight
2024-02-15 14:53:51 +00:00
parent 5582b753e5
commit ea4481a8dd
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ adb logcat | grep -F "`adb shell ps | grep org.electrum.electrum | cut -c14-19`"
### The Qml GUI can be run directly on Linux Desktop. How?
Install requirements:
```
python3 -m pip install "pyqt6==6.5.2" "Pillow>=8.4"
python3 -m pip install ".[qml_gui]"
```
Run electrum with the `-g` switch: `electrum -g qml`