Update README.md

Updated to reflect build requirements for Ubuntu/Mint linuxes
genexit-inst
Dr-Syn 2013-12-31 17:35:09 -08:00
parent 83c437cb0d
commit 31aa47d56a
1 changed files with 3 additions and 0 deletions

View File

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