aboutsummaryrefslogtreecommitdiff
path: root/tools/pip-micropython
AgeCommit message (Collapse)Author
2016-10-24tools/pip-micropython: Remove deprecated wrapper tool.Paul Sokolovsky
Deprecated for long time, pip-micropython now can't install packages optimized for low-heap ports (like whole of micropython-lib).
2015-06-13pip-micropython: Add deprecation notice, but still leave for reference.Paul Sokolovsky
2014-08-27pip-micropython: Revert to using PIP_MICROPY_DEST environment var.Paul Sokolovsky
-t/--target is a pip option. Trying to use pip options for different meanings in pip-micropython may lead to big confusion. That's why the original passed any extra parameters using environment variables. "All options belong to pip."
2014-08-26Add pip-micropython to unix make install.Damien George
Also add -t/--target option to pip-micropython to allowing installing to the pyboard. Thanks to turbinenreiter/Sebastian Plamauer for the patch.
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