1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-02 17:20:40 +02:00

Update LocalRunGuide.md

Added "WeasyPrint" to pip3 install section
This commit is contained in:
manuelkamp 2023-12-27 18:54:55 +01:00 committed by GitHub
parent 6e7c066e57
commit 7b44cf77d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,14 +95,14 @@ For Debian-based systems, you can use the following command:
```bash
sudo apt-get install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf
pip3 install uno opencv-python-headless unoconv pngquant
pip3 install uno opencv-python-headless unoconv pngquant WeasyPrint
```
For Fedora:
```bash
sudo dnf install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf
pip3 install uno opencv-python-headless unoconv pngquant
pip3 install uno opencv-python-headless unoconv pngquant WeasyPrint
```
### Step 4: Clone and Build Stirling-PDF