Browse Source

Update needed dependencies in docs

pull/2/head
Jack Sweeney 4 years ago committed by GitHub
parent
commit
845bcfa1f9
  1. 23
      README.md
  2. 5
      Refrences.md

23
README.md

@ -37,13 +37,20 @@ apt install python3
apt install python3-pip
```
### Install Colorama, geopy, ptyz
### Install Colorama, geopy, ptyz, etc
```bash
pip install colorama
pip install geopy
pip3 install ptyz
pip3 install tabulate
pip install pillow
```
### Install OpenSky Wrapper, if your going to be using OpenSky as source
```bash
pip install -e "git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python"
```
### Install Selenium / ChromeDriver or setup Google Static Maps
@ -52,21 +59,15 @@ Selenium/ChromeDriver is used to take a screenshot of the plane on globe.adsbexc
#### 1. Chromium
```
sudo apt-get install chromium
```
sudo apt-get install chromium
#### 2. ChromeDriver
#### 2. Web Driver Manager
```
sudo apt-get install chromium-driver
```
pip install webdriver-manager
#### 3. Selenium
```
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.

5
Refrences.md

@ -8,6 +8,7 @@
## OpenSky
- <https://opensky-network.org/apidoc/>
- <https://github.com/openskynetwork/opensky-api>
## GeoPy - Location Name Lookup
@ -45,6 +46,10 @@
- <https://blog.testproject.io/2018/02/20/chrome-headless-selenium-python-linux-servers/>
- <https://serverfault.com/questions/172076/how-to-find-the-browser-versions-from-command-line-in-linux-windows>
## Web Driver Manager
<https://pypi.org/project/webdriver-manager/>
## Tabulate
- <https://pypi.org/project/tabulate/>

Loading…
Cancel
Save