Update README.md
Updated to reflect build requirements for Ubuntu/Mint linuxes
This commit is contained in:
parent
83c437cb0d
commit
31aa47d56a
@ -37,6 +37,9 @@ Then to test it:
|
|||||||
$ ./py
|
$ ./py
|
||||||
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
|
>>> 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
|
The STM version
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user