From 2400d11b24e8ef01d3dda6851d05a5373833421a Mon Sep 17 00:00:00 2001 From: Santo K Thomas Date: Sat, 19 Nov 2022 21:46:42 +0530 Subject: [PATCH] Updated README.md to add installation instruction for Python shared library on Fedora --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 650accf2..004fe592 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,9 @@ To install the Python shared library on Ubuntu: sudo apt install python3-dev ``` +To install the Python shared library on RPM based distributions (e.g. Fedora, Red Hat, SuSE), install the `python3-devel` package. + + Start a new project with `cargo new` and add `pyo3` to the `Cargo.toml` like this: ```toml