From 28d61fb041b330ff074a2d3a4200bb5a196a5c55 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 24 Sep 2018 17:26:48 +0300 Subject: [PATCH] README.md: Add notes about Python and SQLite versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8bda14..13a26cc 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. +Written and tested in Python 3.6. SolrClient (0.2.1) does not currently run in Python 3.7.0. Requires SQLite version 3.24.0 or greater for [`UPSERT` support](https://www.sqlite.org/lang_UPSERT.html). ## Installation Create a virtual environment and run it: