diff --git a/views/menu.tpl b/views/menu.tpl index d8647cb2c..b13e44326 100644 --- a/views/menu.tpl +++ b/views/menu.tpl @@ -231,7 +231,26 @@ % from six import PY2 % import datetime % if PY2: -
Python deprecation warning
Bazarr is now compatible with Python 3.6 and newer. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019.
+
+
+
+ +
+
Python deprecation warning
+ Bazarr is now compatible with Python 3.6 and newer. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019. +
+ % if os.name == 'posix': +
If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image.
+ % end + % if os.name == 'nt': +
If you have installed using the Windows Installer, we'll provide a new installer soon.
+ % end +
If you are running from source, it's up to you to install Python 3 and use it to run Bazarr.
+
+
+
+
+
% end