From bba2eb75a16630a4856cb450c612a982700a2079 Mon Sep 17 00:00:00 2001 From: Jack Sweeney Date: Thu, 22 Dec 2022 21:36:08 -0500 Subject: [PATCH] Update README.md Pip dependencies are managed with Pipfile and pipenv --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 060da98..1de6e6c 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,6 @@ 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 to get to a key). @@ -54,10 +51,6 @@ 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