kopia lustrzana https://github.com/micropython/micropython-lib
upip: Add import-based usage help.
rodzic
47a6633a31
commit
d804100c20
|
@ -206,6 +206,7 @@ def help():
|
|||
print("""\
|
||||
upip - Simple PyPI package manager for MicroPython
|
||||
Usage: micropython -m upip install [-p <path>] <package>... | -r <requirements.txt>
|
||||
import upip; upip.install(package_or_list, [<path>])
|
||||
|
||||
If <path> is not given, packages will be installed into sys.path[1]
|
||||
(can be set from MICROPYPATH environment variable, if current system
|
||||
|
|
Ładowanie…
Reference in New Issue