From 93ae12e31355c48b19a82faaf70a28aa5d7d3091 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 25 Sep 2018 11:15:12 +0300 Subject: [PATCH] README.md: Update introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b057031..b6fbfbb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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.6. SolrClient (0.2.1) does not currently run in Python 3.7.0. Requires PostgreSQL version 9.5 or greater for [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT). +Written and tested in Python 3.5 and 3.6. SolrClient (0.2.1) does [not currently run in Python 3.7.0](https://github.com/moonlitesolutions/SolrClient/issues/79). Requires PostgreSQL version 9.5 or greater for [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT). ## Installation Create a virtual environment and run it: