-
Download the latest version of Python:
-
esptool.pyis required to run this application. Follow the steps below to install it.
-
Ensure Python is installed:
- Download and install the latest version of Python from the link above.
- Verify the installation by opening a terminal or command prompt and running:
python --version
- If you are using Python 3, you might need to use
python3instead ofpythonin the commands below.
-
Install
pip(if not already installed):pipusually comes with Python, but you can ensure it's installed by running:python -m ensurepip --upgrade
-
Install
esptool:- Open a terminal or command prompt.
- Run the following command to install
esptoolusingpip:pip install esptool
- Verify the installation by running:
esptool.py --version
