Add some details about Fedora
parent
a07325ab6c
commit
2132a9c3e7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue