Merge pull request #161 from trytomakeyouprivate/main
changed APT install
This commit is contained in:
commit
2e87db99c2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue