From 229898695fb0cf7fd95d817461cc472c33cfe469 2016-10-18 10:15:36 From: Marcin Lulek Date: 2016-10-18 10:15:36 Subject: [PATCH] readme: mention python 3.5+ as a requirement --- diff --git a/backend/README.md b/backend/README.md index f6112f8..84d2f9a 100644 --- a/backend/README.md +++ b/backend/README.md @@ -3,6 +3,7 @@ To run the app you need to have meet prerequsites: +- python 3.5+ - running elasticsearch (2.3+ tested) - running postgresql (9.5+ required) - running redis diff --git a/readme.rst b/readme.rst index 6a288a0..80fc50e 100644 --- a/readme.rst +++ b/readme.rst @@ -18,6 +18,7 @@ Install the app by performing To run the app and configure datastore you need to run: +* python 3.5+ * elasticsearch (2.2+ tested) * postgresql 9.5+ * redis 2.8+