Setup

Publipy builds on Pybtex, a BibTeX library for python. Pybtex supports Setuptools plugins which can be supplied by clients in order to define e.g.

Before running Pybtex, the plugins must be installed by:

sudo python3 setup.py install

Furthermore, all necessary requirements should be installed via:

sudo pip3 install -r requirements.txt

or:

pip3 install --user -r requirements.txt

to install without root priviliges.

For creating new plugins, consult the setup.py file and the Pybtex documentation.