Version bump for Python (#9618)

Given the impending drop for Python 3.5, updating the guide to say 3.6
This commit is contained in:
Dubh Ad 2019-06-13 08:21:18 +01:00 committed by Klaas Schoute
parent af8d2de6b4
commit 98f235316b

View File

@ -59,8 +59,8 @@ If you use these install methods, we assume that you know how to manage and admi
**Method**|**You have**|**Recommended for**
:-----|:-----|:-----
[venv<BR>(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.5.3 or later|Those familiar with their operating system
[venv<BR>(as your user)](/docs/installation/virtualenv/)|Any Python 3.5.3 or later|Developers
[venv<BR>(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.6 or later|Those familiar with their operating system
[venv<BR>(as your user)](/docs/installation/virtualenv/)|Any Python 3.6 or later|Developers
## {% linkable_title Community provided guides %}