Fix code blocks

This commit is contained in:
Jack Sweeney 2020-11-22 01:50:30 +00:00 committed by GitHub
parent 25adb30f6b
commit ecfe21e147
1 changed files with 9 additions and 9 deletions

View File

@ -59,21 +59,21 @@ Selenium/ChromeDriver is used to take a screenshot of the plane on globe.adsbexc
#### 1. Chromium #### 1. Chromium
```bash ```bash
sudo apt-get install chromium sudo apt-get install chromium
``` ```
#### 2. Web Driver Manager #### 2. Web Driver Manager
```bash ```bash
pip install webdriver-manager pip install webdriver-manager
``` ```
#### 3. Selenium #### 3. Selenium
```bash ```bash
pip install -U selenium pip install -U selenium
``` ```
### Install Pushbullet, Tweepy, and Discord optional output methods already implemented in code, only install the ones you want to use ### Install Pushbullet, Tweepy, and Discord optional output methods already implemented in code, only install the ones you want to use