Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 507 Bytes

INSTALL.rst

File metadata and controls

23 lines (15 loc) · 507 Bytes

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