Skip to content

Commit

Permalink
Merge pull request #65 from egeu5/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
frickelzeugs authored Feb 11, 2023
2 parents 53833b0 + 78ef3de commit d837f17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ After python is available run the following command in your shell/cmd to install
```
pip install esptool
```
If there is a `command not found: pip` error but you have installed Python try to use pip3 insted of pip.
```
pip3 install esptool
```




Now esptool should be available in your shell/cmd. Check it by running:
```
Expand Down

0 comments on commit d837f17

Please sign in to comment.