Update README.md

Updated to reflect build requirements for Ubuntu/Mint linuxes
pull/28/head
Dr-Syn 2013-12-31 17:35:09 -08:00
rodzic 83c437cb0d
commit 31aa47d56a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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
---------------