From 91a1c7108bf29a4f5a0ff906f3492cac0fa8d18b Mon Sep 17 00:00:00 2001 From: JocelynDelalande <jocelyn@crapouillou.net> Date: Sun, 10 Jun 2018 19:48:16 +0000 Subject: [PATCH] Stop giving too much hope on Debian 8 compatibility FW requires Python>=3.5 ; only Python 3.4 is packaged in Debian 8. fix #300 --- docs/installation/debian.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index b5492080..be17ab1e 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -3,8 +3,7 @@ Debian installation .. note:: - this guide targets Debian 9, which is the latest debian, but should work - similarly on Debian 8. + This guide targets Debian 9 (Stretch), which is the latest Debian. External dependencies --------------------- -- GitLab