From c0680492fe9bb9ea52165a5c2f24db8732d5bbc1 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Wed, 11 Apr 2018 11:17:02 +1000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d89fe51..f43a785 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ## Installation ## -```sh +``` pip install PyPDF2 pip install tqdm ``` Then -```sh +``` git clone http://git.wrl.unsw.edu.au:3000/danh/pdfsearch.git cd pdfsearch python setup.py install