File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ def cleanup():
239
239
240
240
def help ():
241
241
print ("""\
242
- shapip - Clone of the Simple PyPI package manager for MicroPython
243
- Usage: micropython -m shapip install [-p <path>] <package>... | -r <requirements.txt>
244
- import shapip ; shapip.install(package_or_list, [<path>])
242
+ woezel - Clone of the Simple PyPI package manager for MicroPython
243
+ Usage: micropython -m woezel install [-p <path>] <package>... | -r <requirements.txt>
244
+ import woezel ; shapip.install(package_or_list, [<path>])
245
245
246
246
If <path> is not given, packages will be installed into sys.path[1]
247
247
(can be set from MICROPYPATH environment variable, if current system
@@ -250,7 +250,7 @@ def help():
250
250
print ("""\
251
251
252
252
Note: only MicroPython packages are supported for installation,
253
- shapip , like upip does not support arbitrary code in setup.py.
253
+ woezel , like upip does not support arbitrary code in setup.py.
254
254
""" )
255
255
256
256
def main ():
You can’t perform that action at this time.
0 commit comments