Installation

System requirements

Serveliza needs the installation of system requirements due to the use of the pdftotext package as a text processor from pdf files.

$ sudo apt install build-essential libpoppler-cpp-dev pkg-config python3-dev

Stable release

To install serveliza, run this command:

$ pip install serveliza

This is the preferred method to install serveliza, as it will always install the most recent stable release.

From sources

The sources for serveliza can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/chivke/serveliza

Once you have a copy of the source, you can install it with:

$ python setup.py install