Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ Prerequisites

The script uses python-requests and BeautifulSoup4.

Ìnstall all needed libraries via one command
```
pip install -r requirements.txt
```
or each library seperately
```
pip install requests
pip install beautifulSoup4
pip install urllib
```

Configuration
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests
beautifulSoup4