changed APT install

removed unnessecary Libreoffice core packages, these will be installed along. Changed all the python packages to pip3 instead of apt
This commit is contained in:
trytomakeyouprivate 2023-05-14 20:59:21 +00:00 committed by GitHub
parent b1f8324c21
commit 220ef5ae1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,8 @@ Install the following software:
For Debian-based systems, you can use the following command:
```bash
sudo apt-get install -y libreoffice-core libreoffice-common libreoffice-writer libreoffice-calc libreoffice-impress python3-uno unoconv pngquant unpaper ocrmypdf
pip3 install opencv-python-headless
sudo apt-get install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf
pip3 install uno opencv-python-headless unoconv pngquant
```
For Fedora: