Add some details about Fedora

master
Fabian Affolter 2018-01-20 18:17:52 +01:00
rodzic a07325ab6c
commit 2132a9c3e7
1 zmienionych plików z 7 dodań i 1 usunięć

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