From 27267f1206285ed18c519d1b26451a2ad2a026bc Mon Sep 17 00:00:00 2001 From: tianrking Date: Tue, 20 Dec 2022 09:43:59 +0800 Subject: [PATCH] Update README.md fix install package error --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60b774a..913c940 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ If you want to install this application from `pip`: - Install Python 3.x - Install [wxPython 4.x](https://wxpython.org/) manually or run `pip3 install wxpython` (see also linux notes below) + if cannot install successfully please try `pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/ wxPython` + - Install this project using `pip3 install esphomeflasher` - Start the GUI using `esphomeflasher`. Alternatively, you can use the command line interface ( type `esphomeflasher -h` for info)