Update README.md for LibreOffice setup

This commit is contained in:
Timothyxxx
2024-01-31 00:29:16 +08:00
parent 84cb8ba56d
commit 4d9ac08ea2

View File

@@ -1,10 +1,20 @@
# Setup Instructions
## LibreOffice
For LibreOffice, please enter into the app first, and then enable the no pop-up when 'ctrl + s'.
## LibreOffice Press
### Setting Up the python-pptx Library
```shell
pip install python-pptx
```
## LibreOffice Writer
### Setting Up the python-docx Library
### Setting Up the python-docx and odfpy Library
```shell
pip install python-docx
pip install odfpy
```
## LibreOffice Calc