From 473fb62d33b6bd0d1a05174c73383eb850bc7813 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 31 Oct 2020 13:24:03 +0100 Subject: [PATCH] document python version requirements --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 57b9060..9560e9b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,6 +11,8 @@ e.g. `/opt/yt` (the rest of these instructions will assume this path). ## 2. Install Virtual Environment +Minimal required python version is 3.6. + For the most part, it doesn't matter where you set up the virtual environment. Here, it is created in `/opt/yt/venv`. You eill have to point the systemd unit files/init scripts and app/common/utils.py to it. -- 2.39.3