We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eb4b9 commit dd0e24fCopy full SHA for dd0e24f
1 file changed
tools/pip-micropython
@@ -5,6 +5,12 @@
5
# complete library snapshot to be deployed on a device for baremetal
6
# ports (if PIP_MICROPY_DEST environment var is set).
7
#
8
+# Note: this tool is deprecated in favor of "upip" native MicroPython
9
+# package manager, which is bundled with MicroPython unix binary
10
+# as a frozen module and can be run as "micropython -u pip" or installed
11
+# from PyPI package "micropython-upip". This utility is left for
12
+# reference, regression testing, debugging, etc.
13
+#
14
15
if [ "$1" != "install" ]; then
16
echo "Only install command is supported currently"
0 commit comments