Skip to content
  • Paul Sokolovsky's avatar
    tools: Add script to install "upip" package manager. · 76abb2e6
    Paul Sokolovsky authored
    upip is a simple and light-weight package manager for MicroPython modules,
    offering subset of pip functionality. upip is part of micropython-lib
    project: https://github.com/micropython/micropython-lib/tree/master/upip
    This script bootstraps upip by downloading and unpacking it directly from
    PyPI repository, with all other packages to be installed with upip itself.
    76abb2e6