From 78ef3de3651f60f5dd289baf257b064ceb7baaac Mon Sep 17 00:00:00 2001 From: egeu5 Date: Sun, 5 Feb 2023 20:40:57 +0100 Subject: [PATCH] Update README.md Add pip3 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c11bb00..55e2d17 100644 --- a/README.md +++ b/README.md @@ -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: ```