Fix missing prerequisites in install instructions

This commit is contained in:
kk6fut 2022-12-14 20:29:14 -08:00
parent 07b153538b
commit 1e56b26b35
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,9 @@ pip install pipenv
pipenv install
```
### Install tabulate for table display
pip3 install tabulate
### Install Selenium / ChromeDriver or setup Google Static Maps
Selenium/ChromeDriver is used to take a screenshot of the plane on globe.adsbexchange.com. Or use Google Static Maps, which can cost money if overused(No tutorial use <https://developers.google.com/maps/documentation/maps-static/get-api-key> to get to a key).
@ -51,6 +54,10 @@ sudo apt-get install chromium
```
These output methods once installed can be configured in the planes config you create, using the example plane1.ini
### Install webdriver_manager, required for managing web browser
pip3 install webdriver_manager
### Install Screen to run in the background
```bash