From ce9d13eafa7cd3de71eeb5ae4a1d662328bbf681 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sat, 2 Aug 2014 23:35:29 +0200 Subject: [PATCH] Edit README.md accordingly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e063f1e..ef42e18 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ Should be almost working and usable now, although still to be considered as **ex ``` git clone https://github.com/Phyks/BMC ``` -* Install `arxiv2bib`, `requesocks`, `bibtexparser` (https://github.com/sciunto/python-bibtexparser), `PyPDF2` and `isbnlib` _via_ Pypi +* Install `arxiv2bib`, `PySocks`, `bibtexparser` (https://github.com/sciunto/python-bibtexparser), `PyPDF2` and `isbnlib` _via_ Pypi ``` -sudo pip install arxiv2bib requesocks bibtexparser pyPDF2 isbnlib +sudo pip install arxiv2bib PySocks bibtexparser pyPDF2 isbnlib ``` (replace pip by pip2 if your distribution ships python3 by default) * Install `pdftotext` (provided by Xpdf) and `djvulibre` _via_ your package manager or the way you want