InstallationΒΆ
Invenio-Records can be installed from PyPI. Several installation options are possible, for example to use SQLite database backend:
pip install invenio-records[sqlite]
The other installation [options] include:
accessfor access control capabilities;
docsfor documentation building dependencies;
mysqlto use MySQL database backend;
postgresqlto use PostgreSQL database backend;
sqliteto use SQLite database backend;
adminfor Flask administration interfaces;
testsfor test dependencies.