From 2132a9c3e7936a1c803af402338db3c9d0e99ba5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Jan 2018 18:17:52 +0100 Subject: [PATCH] Add some details about Fedora --- Getting-Started.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 1ff0e28..efb8ba2 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -66,7 +66,13 @@ This will generate the 'py' executable, which may be executed by: ### Fedora, CentOS, and Red Hat Enterprise Linux and variants -The required packages can be installed with: +For Fedora 'micropython' is available in the [Fedora Package Collection](https://src.fedoraproject.org/rpms/micropython). + +> sudo dnf -y install micropython + +Additional details can be found in the [Fedora Developer Portal](https://developer.fedoraproject.org/tech/languages/python/micropython.html). + +If you want a more recent release or if you are running CentOS then follow those steps. The required packages can be installed with: > sudo yum install git gcc readline-devel libffi-devel