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