summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDr-Syn <eric.rand@brownhatsecurity.com>2013-12-31 17:35:09 -0800
committerDr-Syn <eric.rand@brownhatsecurity.com>2013-12-31 17:35:09 -0800
commit31aa47d56a8ce46249c19ca2ea9975813e3c8ce6 (patch)
tree8d5179de4b04a89a7e0eca0ac55c867a8137e90b
parent83c437cb0d6a58293ecab799ff3573cc6e267626 (diff)
downloadmicropython-31aa47d56a8ce46249c19ca2ea9975813e3c8ce6.tar.gz
micropython-31aa47d56a8ce46249c19ca2ea9975813e3c8ce6.zip
Update README.md
Updated to reflect build requirements for Ubuntu/Mint linuxes
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f48feff81..867e907327 100644
--- a/README.md
+++ b/README.md
@@ -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
---------------