mirror of https://github.com/morpheus65535/bazarr
Updated deprecation warning.
This commit is contained in:
parent
985219f9af
commit
12912df6ac
|
@ -231,7 +231,26 @@
|
|||
% from six import PY2
|
||||
% import datetime
|
||||
% if PY2:
|
||||
<div class='ui left aligned grid'><div class='fluid column'><div class="ui yellow icon message"><i class="python icon"></i><div class="content"><div class="header">Python deprecation warning</div>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.</div></div></div></div>
|
||||
<div class='ui left aligned grid'>
|
||||
<div class='fluid column'>
|
||||
<div class="ui yellow icon message">
|
||||
<i class="python icon"></i>
|
||||
<div class="content">
|
||||
<div class="header">Python deprecation warning</div>
|
||||
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.
|
||||
<div class="ui bulleted list">
|
||||
% if os.name == 'posix':
|
||||
<div class="item">If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image.</div>
|
||||
% end
|
||||
% if os.name == 'nt':
|
||||
<div class="item">If you have installed using the Windows Installer, we'll provide a new installer soon.</div>
|
||||
% end
|
||||
<div class="item">If you are running from source, it's up to you to install Python 3 and use it to run Bazarr.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
% end
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue