Skip to content

Commit

Permalink
docs: suggest "dnf" instead of "yum" to install Fedora packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Feb 12, 2024
1 parent 879bfed commit 92b040c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ Fedora ≥ 34

To install WeasyPrint using your distribution’s package::

yum install weasyprint
dnf install weasyprint

To install WeasyPrint inside a virtualenv using wheels (if possible), you need
the following packages::

yum install python-pip pango
dnf install python-pip pango

To install WeasyPrint inside a virtualenv without using wheels, you need the
following packages::

yum install python-pip pango gcc python3-devel gcc-c++ zlib-devel libjpeg-devel openjpeg2-devel libffi-devel
dnf install python3-pip pango gcc python3-devel gcc-c++ zlib-devel libjpeg-devel openjpeg2-devel libffi-devel


Ubuntu ≥ 20.04
Expand Down

0 comments on commit 92b040c

Please sign in to comment.