diff options
author | Dr-Syn <eric.rand@brownhatsecurity.com> | 2013-12-31 17:35:09 -0800 |
---|---|---|
committer | Dr-Syn <eric.rand@brownhatsecurity.com> | 2013-12-31 17:35:09 -0800 |
commit | 31aa47d56a8ce46249c19ca2ea9975813e3c8ce6 (patch) | |
tree | 8d5179de4b04a89a7e0eca0ac55c867a8137e90b | |
parent | 83c437cb0d6a58293ecab799ff3573cc6e267626 (diff) | |
download | micropython-31aa47d56a8ce46249c19ca2ea9975813e3c8ce6.tar.gz micropython-31aa47d56a8ce46249c19ca2ea9975813e3c8ce6.zip |
Update README.md
Updated to reflect build requirements for Ubuntu/Mint linuxes
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Then to test it: $ ./py >>> list(5 * x + y for x in range(10) for y in [4, 2, 1]) +Ubuntu and Mint derivatives will require build-essentials and libreadline-dev +packages installed. + The STM version --------------- |