8000 Update README.md · jpralves/micropython@31aa47d · GitHub
[go: up one dir, main page]

Skip to content

Commit 31aa47d

Browse files
committed
Update README.md
Updated to reflect build requirements for Ubuntu/Mint linuxes
1 parent 83c437c commit 31aa47d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Then to test it:
3737
$ ./py
3838
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
3939

40+
Ubuntu and Mint derivatives will require build-essentials and libreadline-dev
41+
packages installed.
42+
4043
The STM version
4144
---------------
4245

0 commit comments

Comments
 (0)
0