Fix code blocks

This commit is contained in:
Jack Sweeney 2020-11-22 01:50:30 +00:00 committed by GitHub
parent 7466c7e799
commit 39941af44a
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
```bash
sudo apt-get install chromium
```
```bash
sudo apt-get install chromium
```
#### 2. Web Driver Manager
```bash
pip install webdriver-manager
```
```bash
pip install webdriver-manager
```
#### 3. Selenium
```bash
pip install -U selenium
```
```bash
pip install -U selenium
```
### Install Pushbullet, Tweepy, and Discord optional output methods already implemented in code, only install the ones you want to use