README.md aktualisiert

This commit is contained in:
Manuel Kamper 2024-01-09 09:13:40 +00:00
parent 290fdc1655
commit 109925daae

View File

@ -11,9 +11,12 @@ Install selenium
`pip install selenium`
Install MySQL Connector
`pip install mysql-connector-python`
Download latest firefox binary (do not use apt install!) and extract into /opt
Download latest firefox binary (do not use apt install!) from: https://www.mozilla.org/de/firefox/linux/ and extract into /opt
`tar xjf firefox-*.tar.bz2 && mv firefox /opt`
`ln -s /opt/firefox/firefox /usr/bin/firefox`
Download latest geckodriver from https://github.com/mozilla/geckodriver/releases and extract into /opt
ln -s the firefox and geckodriver binaries to /usr/bin/
`tar -zxvf geckodriver-*.tar.gz && mv geckodriver /opt/`
`ln -s /opt/geckodriver /usr/bin/`
## Installation