-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
top: Replace upip with mip everywhere. #9463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
See micropython/micropython-lib#542 for more info about |
This brings in the `mip` tool for installing packages. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
TODO:
|
Addressed all comments. |
Added a fix to |
docs/reference/glossary.rst
Outdated
@@ -151,16 +151,26 @@ Glossary | |||
machine-independent features. It can also function in a similar way to | |||
:term:`CPython`'s ``python`` executable. | |||
|
|||
mip | |||
A package installer for MicroPython (mip - "mip installs packages"). It | |||
installs Python packages packages either from :term:`micropython-lib` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"packages packages"
Updates all README.md and docs, and manifests to `require("mip")`. Also extend and improve the documentation on freezing and packaging. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Recursive glob isn't supported before Python 3.5. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
After updating beyond this, I was getting an error: |
Updates all README.md and docs, and manifests to
require("mip")
.Also extend and improve the documentation on freezing and packaging, in particular a fairly significant overhaul of
manifest.rst
andpackaging.rst
.This work was funded through GitHub Sponsors.