Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 623 Bytes

INSTALL.rst

File metadata and controls

28 lines (18 loc) · 623 Bytes

Installation

Invenio-Records-Marc21 is on PyPI so all you need is:

$ pip install invenio-records-marc21

Choose a version of elasticsearch and a DB, if you want to test the module. The installation [options] supported for the Marc21 module:

docs
for documentation building dependencies;
elasticsearch7
to use elasticsearch version 7 backend;
postgresql
to use PostgreSQL database backend;
tests
for test dependencies.

An example installation:

pip install -e .[all,elasticsearch7,postgresql]