aboutsummaryrefslogtreecommitdiff
path: root/tools/pip-micropython
AgeCommit message (Collapse)Author
2014-04-15pip-micropython: Fix inverted condition.Paul Sokolovsky
2014-04-14pip-micropython: revert $HOME back to ~Andrew Scheller
2014-04-14Make pip-micropython more portableAndrew Scheller
Replace /tmp with a $TMPDIR variable Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable Replace ~ with $HOME
2014-04-12pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures.Paul Sokolovsky
2014-04-07pip-micropython: Require command verb, but restrict to "install" only.Paul Sokolovsky
So, pip-micropython can/should be run as normal pip: pip-micropython install micropython-unittest
2014-04-02tools: Add pip-micropython to install packages in MicroPython-friendly way.Paul Sokolovsky