From bb744a00b8faf3041d9b7f37c721d574720b3aba Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 27 Sep 2018 08:57:27 +0300 Subject: [PATCH] README.md: Add requirements --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9691f..a1f4bed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # DSpace Statistics API A quick and dirty REST API to expose Solr view and download statistics for items in a DSpace repository. -Written and tested in Python 3.5, 3.6, and 3.7. Requires PostgreSQL version 9.5 or greater for [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT). +## Requirements + +- Python 3.5+ +- PostgreSQL version 9.5+ (due to [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT)). +- DSpace 4+ with [Solr usage statistics enabled](https://wiki.duraspace.org/display/DSDOC5x/SOLR+Statistics) ## Installation Create a virtual environment and run it: