From 1ed4c4e6231883fd4f2d5fd8cd8fb4b3bfe9a5e1 Mon Sep 17 00:00:00 2001 From: Phyks Date: Tue, 7 Oct 2014 11:22:13 +0200 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34a12b4..5997daa 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ sudo pip install arxiv2bib PySocks bibtexparser pyPDF2 isbnlib ``` (this script should be compatible with Python 2 and Python 3) * Install `pdftotext` (provided by Xpdf) and `djvulibre` _via_ your package manager or the way you want +* Install the script _via_ `python setup.py install`. * Run the script to initialize the conf in `~/.config/bmc/bmc.json`. * Customize the configuration by editing `~/.config/bmc/bmc.json` according to your needs. A documentation of the available options can be found in file `config.py`. * _Power users :_ Add your custom masks in `~/.config/bmc/masks.py`.