We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a6633 commit d804100Copy full SHA for d804100
upip/upip.py
@@ -206,6 +206,7 @@ def help():
206
print("""\
207
upip - Simple PyPI package manager for MicroPython
208
Usage: micropython -m upip install [-p <path>] <package>... | -r <requirements.txt>
209
+import upip; upip.install(package_or_list, [<path>])
210
211
If <path> is not given, packages will be installed into sys.path[1]
212
(can be set from MICROPYPATH environment variable, if current system
0 commit comments