From 220ef5ae1a61d7b1d70b134b2297aeba86b208c4 Mon Sep 17 00:00:00 2001 From: trytomakeyouprivate <113100745+trytomakeyouprivate@users.noreply.github.com> Date: Sun, 14 May 2023 20:59:21 +0000 Subject: [PATCH] changed APT install removed unnessecary Libreoffice core packages, these will be installed along. Changed all the python packages to pip3 instead of apt --- LocalRunGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index fb650f09..c3fe6972 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -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: