Disclaimer: The library is part of the Czech National Repository, and therefore the README is written in Czech. General libraries extending Invenio are concentrated under the Oarepo namespace.
Nejedná se o samostatně funkční knihovnu, proto potřebuje běžící Invenio a závislosti Oarepo. Knihovna se instaluje ze zdroje.
git clone [email protected]:Narodni-repozitar/nr-datasets.git
cd nr-datasets
pip install poetry
poetry install
Pro testování a/nebo samostané fungování knihovny je nutné instalovat tests z extras.
poetry install --extras tests