We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af64bc commit 5d05993Copy full SHA for 5d05993
1 file changed
docs/esp8266/tutorial/intro.rst
@@ -51,7 +51,13 @@ For best results it is recommended to first erase the entire flash of your
51
device before putting on new MicroPython firmware.
52
53
Currently we only support esptool.py to copy across the firmware. You can find
54
-this tool here: `<https://github.com/themadinventor/esptool/>`__ . Any other
+this tool here: `<https://github.com/themadinventor/esptool/>`__, or install it
55
+using pip::
56
+
57
+ pip install esptool
58
59
+It requires Python 2.7, so you may need to use ``pip2`` instead of ``pip`` in
60
+the command above. Any other
61
flashing program should work, so feel free to try them out, or refer to the
62
documentation for your board to see its recommendations.
63
0 commit comments