Hi, I need to install WeasyPrint as wkhtmltopdf do not support css3 or es6
sudo yum install -y python3 python3-pip python3-devel libffi-devel cairo pango gdk-pixbuf2
sudo pip3 install WeasyPrint
weasyprint --help
Could you please guide me on how to do it?