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