@@ -50,10 +50,8 @@ Installing Python Koans
5050Aside from downloading or checking out the latest version of Python Koans, you
5151need to install the Python interpreter.
5252
53- At this time of writing, there are two versions of the Python Koans:
54-
55- * one for use with Python 2.7 (earlier versions are no longer supported)
56- * one for Python 3.1+
53+ At this time of writing, we support Python3. The policy is to try to keep
54+ current with the latest production version.
5755
5856You should be able to work with newer Python versions, but older ones will
5957likely give you problems.
@@ -63,10 +61,8 @@ You can download Python from here:
6361 http://www.python.org/download
6462
6563After installing Python make sure the folder containing the python executable
66- is in the system path. In other words, you need to be able to run
67- Python from a command console. With Python 2 it will be called `python `
68- or `python.exe ` depending on the operating system. For Python 3 it will either
69- be `python3 ` or for windows it will be `python.exe `.
64+ is in the system path. In other words, you need to be able to run Python from a
65+ command console. It will either be `python3 ` or for windows it will be `python.exe `.
7066
7167If you have problems, this may help:
7268
@@ -75,7 +71,7 @@ If you have problems, this may help:
7571Windows users may also want to update the line in the batch file `run.bat ` to
7672set the python path::
7773
78- SET PYTHON_PATH=C:\Python37
74+ SET PYTHON_PATH=C:\Python39
7975
8076
8177Getting Started
@@ -147,7 +143,7 @@ On Windows::
147143 $ pip install pywin32
148144
149145 Also available here:
150-
146+
151147 https://github.com/mhammond/pywin32/releases
152148
153149On Mac OS X::
0 commit comments