Update install instructions

Link py2 docs to py3 docs.
Fix invisible subheading.
Note that pip is part of the Python install now; closes #347.
Suggest avoiding eol 2.6 unless paid specifically.
This commit is contained in:
Zac-HD
2017-11-27 14:35:28 +11:00
parent ce7530bc70
commit cb3f026a3e
5 changed files with 29 additions and 33 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ It is possible to `write code that works on Python 2.6, 2.7, and Python 3
<https://docs.python.org/3/howto/pyporting.html>`_. This
ranges from trivial to hard depending upon the kind of software
you are writing; if you're a beginner there are far more important things to
worry about.
worry about. Note that Python 2.6 is end-of-life upstream, so you shouldn't
try to write 2.6-compatible code unless you're being paid specifically to
do that.
Implementations
~~~~~~~~~~~~~~~