Do not specify Python version by default

This commit is contained in:
Phyks 2015-06-11 16:56:14 +02:00
parent b655c50f07
commit d2e415a1c5
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Should be almost working and usable now, although still to be considered as **ex
```
git clone https://github.com/Phyks/BMC
```
* Install `arxiv2bib`, `PySocks`, `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 (or better, in a virtualenv, or using your package manager, according to your preferences)
```
sudo pip install arxiv2bib PySocks bibtexparser pyPDF2 isbnlib
```

2
bmc.py
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# -*- coding: utf8 -*-
from __future__ import unicode_literals