From 7a2401f1c6aea9c022ff4c03c9051bb64ed9bfc5 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Fri, 9 Aug 2019 01:54:59 -0400 Subject: [PATCH] Add explanation --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 994f3f0..38076ae 100644 --- a/src/README.md +++ b/src/README.md @@ -6,4 +6,4 @@ 3. splinter==0.11.0 4. beautifulsoup4==4.8.0 5. selenium==3.141.0 -6. Download the [chrome WebDriver](https://splinter.readthedocs.io/en/latest/drivers/chrome.html) and place it in this directory. It is required by selenium and splinter \ No newline at end of file +6. Download the [chrome WebDriver](https://splinter.readthedocs.io/en/latest/drivers/chrome.html) and place it in this directory. It is required by selenium and splinter as using Requests was prone to failure. \ No newline at end of file