From 381f8d49b960bbf93a5d3c65d285d3729e49dbf4 Mon Sep 17 00:00:00 2001 From: Mendel Schneerson Date: Mon, 23 Apr 2018 13:22:56 -0400 Subject: [PATCH] Update README with requirements file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dddbdf..3499944 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ $ python3 wallhaven-dl.py ## Dependencies: This project depends on BeautifulSoup, Requests, tqdm, lxml - Your can install install the dependencies using the requirments.txt file and running + Your can install install the dependencies using the requirements.txt file and running ``` - $ pip3 install -r requirments.txt + $ pip3 install -r requirements.txt ```