From 4814d5575682d71668822dd321dac5c058a74e3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu>
Date: Wed, 6 Sep 2017 17:00:11 +0200
Subject: [PATCH] Document Python 3.5.2 as minimal version.

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a3210a3f..65415384 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@ There are two ways to install Flamenco Worker:
 - If you have a distributable zip file (see [Packaging for distribution](#packaging-for-distribution))
   unzip it, `cd` into it, then run `./flamenco-worker` (or `flamenco-worker.exe` on Windows).
 
-- If you have a copy of the source files, run `pip3 install -e .` then run `flamenco-worker`.
+- If you have a copy of the source files, run `pip3 install -e .` then run `flamenco-worker`. This
+  requires Python 3.5.2 or newer.
 
 
 ## Configuration
-- 
GitLab