1.3. Installing additional Python 3 packages
Packages prefixed with python3- contain add-on modules for the default Python 3.12 version.
Procedure
To install, for example, the
Requestsmodule for Python 3.12, enter:# dnf install python3-requestsTo install the
pippackage installer from Python 3.12, enter:# dnf install python3-pip