Skip to content

Commit dd0e24f

Browse files
committed
pip-micropython: Add deprecation notice, but still leave for reference.
1 parent 32eb4b9 commit dd0e24f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/pip-micropython

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# complete library snapshot to be deployed on a device for baremetal
66
# ports (if PIP_MICROPY_DEST environment var is set).
77
#
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+
#
814

915
if [ "$1" != "install" ]; then
1016
echo "Only install command is supported currently"

0 commit comments

Comments
 (0)