diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 163dff4..c78e969 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Download all images/videos from Pinterest user/board/section. - [x] Unique board/log name with timestamp options. - [x] Proxies options. +### Requirements: + + $ python3 -m pip install -r requirements.txt + ### Usage: $ python3 pinterest-downloader.py --help diff --git a/requirements.txt b/requirements.txt new file mode 100755 index 0000000..8b0a7bf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +colorama +requests