Installation Invenio-Base is on PyPI so all you need is: $ pip install invenio-base You can install a development version and run tests using: $ cd invenio-base $ pip install -e ".[tests]" $ ./run-tests.sh