unibrementypo3auto/README.md

27 lines
346 B
Markdown
Raw Normal View History

2023-05-12 01:29:54 +02:00
# unibrementypo3auto
2023-05-15 20:10:49 +02:00
## Pip packages
```
pip install selenium
pip install webdriver-manager
2023-05-15 20:12:36 +02:00
pip install numpy
2023-05-15 20:10:49 +02:00
```
For the bib tools:
```
pip3 install bibtexparser
2023-05-15 20:12:36 +02:00
pip3 install pandas
2023-05-15 20:10:49 +02:00
```
2023-05-12 01:30:41 +02:00
2023-05-15 20:12:36 +02:00
## How to use the typo3 examples:
* Change user name in username.json
* Change the page id and content id to something you can and want to work ong
2023-05-15 17:25:50 +02:00