Update README.md for LibreOffice setup
This commit is contained in:
@@ -1,10 +1,20 @@
|
|||||||
# Setup Instructions
|
# 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
|
## LibreOffice Writer
|
||||||
|
|
||||||
### Setting Up the python-docx Library
|
### Setting Up the python-docx and odfpy Library
|
||||||
```shell
|
```shell
|
||||||
pip install python-docx
|
pip install python-docx
|
||||||
|
pip install odfpy
|
||||||
```
|
```
|
||||||
|
|
||||||
## LibreOffice Calc
|
## LibreOffice Calc
|
||||||
|
|||||||
Reference in New Issue
Block a user