From 737b8e01da21a0b818ba7940675cdac9cb7fed22 Mon Sep 17 00:00:00 2001 From: Max R Date: Tue, 30 Jan 2024 13:25:07 -0500 Subject: [PATCH] Add additional instructions to source build (#137) * Add additional instructions to source build I needed to upgrade pip and wheel before I was able to build from source * Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d94075..b5a9330 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ The full-featured ESP8266 flashing tool for [Tasmota](https://github.com/arendst Install tasmotizer: `pip3 install tasmotizer` Then simply run `tasmotizer.py` or `python3 -m tasmotizer.py` from the shell/command line - - Option 3: Clone the repo, `pip3 install -r requirements.txt` followed by `python3 tasmotizer.py ` and flash away! + - Option 3: Build from source
+ Clone the repo
+ Upgrade pip and wheel packages: `pip3 install --upgrade pip wheel`
+ Install requirements `pip3 install -r requirements.txt`
+ Run `python3 tasmotizer.py ` and flash away! ## Screenshots