diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index d2c4fe16f65..a103aa9c788 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ If you get an undefined symbol error on `gst_player_get_config` try removing `gi #### On Fedora ``` sh -sudo dnf install python3 python3-virtualenv python3-pip +sudo dnf install python3 python3-virtualenv python3-pip python3-devel python3 ./mach bootstrap ``` |