From 5c2b6a73868cea0020754b02660d3be1b6bd9ebe Mon Sep 17 00:00:00 2001 From: Py-Software Date: Sun, 29 May 2022 16:50:31 +0200 Subject: [PATCH] Adding requirements.txt and Description to Readme --- README.md | 16 +++++++++++++++- requirements.txt | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 18f96d8..e47e85a 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# Gutenberg-Wrapper \ No newline at end of file +# Gutenberg-Wrapper + +## Requirements: + +- Python 3 + +'''console +pip3 install -r requirements.txt +''' + +## Usage: +1. Paste Links from the Gutenberg Library in the Links.txt File +2. Run the Script +3. The downloaded files are in the Downloads Directory + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..295a6e7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +selenium==4.1.3 \ No newline at end of file