Paul Sokolovsky
|
cc8c0882a0
|
pip-micropython: Fix inverted condition.
|
2014-04-15 02:32:41 +03:00 |
Andrew Scheller
|
6fc40cc3da
|
pip-micropython: revert $HOME back to ~
|
2014-04-14 22:26:34 +01:00 |
Andrew Scheller
|
0aac7ba344
|
Make pip-micropython more portable
Replace /tmp with a $TMPDIR variable
Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable
Replace ~ with $HOME
|
2014-04-14 12:26:12 +01:00 |
Paul Sokolovsky
|
06526e7ccc
|
pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures.
|
2014-04-12 23:33:14 +03:00 |
Paul Sokolovsky
|
9f043da5c3
|
pip-micropython: Require command verb, but restrict to "install" only.
So, pip-micropython can/should be run as normal pip:
pip-micropython install micropython-unittest
|
2014-04-07 02:53:41 +03:00 |
Paul Sokolovsky
|
802d505756
|
tools: Add pip-micropython to install packages in MicroPython-friendly way.
|
2014-04-02 12:49:07 +03:00 |