Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
dd0e24f4
Commit
dd0e24f4
authored
Jun 13, 2015
by
Paul Sokolovsky
Browse files
pip-micropython: Add deprecation notice, but still leave for reference.
parent
32eb4b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pip-micropython
View file @
dd0e24f4
...
...
@@ -5,6 +5,12 @@
# complete library snapshot to be deployed on a device for baremetal
# ports (if PIP_MICROPY_DEST environment var is set).
#
# Note: this tool is deprecated in favor of "upip" native MicroPython
# package manager, which is bundled with MicroPython unix binary
# as a frozen module and can be run as "micropython -u pip" or installed
# from PyPI package "micropython-upip". This utility is left for
# reference, regression testing, debugging, etc.
#
if
[
"
$1
"
!=
"install"
]
;
then
echo
"Only install command is supported currently"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment