Skip to content

Commit

Permalink
switch to Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrice102 committed Oct 26, 2020
1 parent 2d8966b commit 26a9368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON=python2
PYTHON=python3
ABBREV_BIB=db/abbrev0.bib db/abbrev1.bib db/abbrev2.bib db/abbrev3.bib
EXPORT_DIRS=export export_crossref

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For any **correction** or **issue** with the database content, you can either co
### Requirements

- MyRepos [mr](https://raw.githubusercontent.com/joeyh/myrepos/master/mr) in your path (on MacOS X with HomeBrew: `brew install mr`)
- python 2.7 with the following packages (which can be installed using `pip` - on MacOS X with HomeBrew, `pip` can be installed with `brew install python`):
- python 3.6 with the following packages (which can be installed using `pip` - on MacOS X with HomeBrew, `pip` can be installed with `brew install python`):
- pybtex 0.16-0.20.1
WARNING: we use the internal structure of pybtex.
CryptoBib has only been tested with pybtex 0.16-0.20.1.
Expand Down

0 comments on commit 26a9368

Please sign in to comment.