Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 526 Bytes

INSTALL.rst

File metadata and controls

23 lines (15 loc) · 526 Bytes

Installation

Invenio-Migrator should be installed on both your Invenio legacy installation and your new Invenio 3 installation.

Invenio Legacy (v1.2/v2.x)

You install Invenio-Migrator on Invenio legacy installations using PyPI:

$ pip install invenio-migrator

Invenio 3

You install Invenio-Migrator on Invenio 3 installations using PyPI and the extra dependencies loader:

$ pip install invenio-migrator[loader]