InstallationΒΆ

invenio-records-lom is on PyPI so all you need is:

$ pip install invenio-records-lom

Normally, your instance will specify the correct dependency on your database and Elasticsearch version you use. If not, you can explict install the dependencies via the following extra install targets:

  • elasticsearch5

  • elasticsearch6

  • postgresql

  • mysql

For instance:

$ pip install invenio-records-lom[postgresql,elasticsearch6]