Skip to content

Commit

Permalink
Add additional instructions to source build (#137)
Browse files Browse the repository at this point in the history
* Add additional instructions to source build

I needed to upgrade pip and wheel before I was able to build from source

* Update README.md
  • Loading branch information
mxr authored Jan 30, 2024
1 parent f7a37c8 commit 737b8e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>
Clone the repo<br/>
Upgrade pip and wheel packages: `pip3 install --upgrade pip wheel`<br/>
Install requirements `pip3 install -r requirements.txt`<br/>
Run `python3 tasmotizer.py ` and flash away!

## Screenshots

Expand Down

0 comments on commit 737b8e0

Please sign in to comment.