From c43ccd319dc6f38bcfb9b8dd46d3be58cd5b510e Mon Sep 17 00:00:00 2001 From: j Date: Sun, 8 Apr 2018 15:46:57 +0530 Subject: [PATCH] update to python 3.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3eb0d64..0c94025 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ To update to latest version: ./ctl update -On Linux you need a working python3.4 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils: +On Linux you need a working python3.6 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils: - apt-get install python3.4 python3-pil python3-lxml \ + apt-get install python3.6 python3-pil python3-lxml \ python3-openssl python3-crypto poppler-utils \ libevent-2.0-5 @@ -46,7 +46,7 @@ Platform ---------- If you install Open Media Library on a architecture/os that is currently -not supported, you need a working python 3.4 installation and the dependencies +not supported, you need a working python 3.6 installation and the dependencies listed in requirements.txt and requirements-shared.txt: pip3 install -r requirements.txt