0

docs: move last mentions of Python 2 to Python 3

I've adjusted the macOS instructions slightly to be more general,
e.g. do not advise symlinking a specific Python executable of a
specific version, just tell people they should make sure it's in
their environment.

And yes, on Windows, python.exe is whatever version you have installed,
so if you install Python 3, python.exe is going to be Python 3.

I've removed the FreeBSD instructions because they only talk about
working around ports potentially using Python 2.6, which is no longer
relevant. If somebody here uses FreeBSD and has anything to add to the
instructions not already covered by the Linux instructions, let me know.
This commit is contained in:
Nicolas F
2019-03-27 14:45:47 +01:00
parent 4c3e0bfb6e
commit 3c4d8e34e6
3 changed files with 9 additions and 20 deletions

View File

@@ -116,7 +116,7 @@ Requirements
This is a quick list of what's required to run The Overviewer. It runs on
Windows, Mac, and Linux as long as you have these software packages installed:
* Python 2.6 or 2.7 (we are *not* yet compatible with Python 3.x)
* Python 3.4 or above (we are no longer compatible with Python 2.x)
* PIL (Python Imaging Library) or Pillow