Skip to content

Commit f462e4b

Browse files
authored
Merge pull request #233 from gregmalcolm/doc_python_3.3_with_ammendments
Doc python 3.3 with ammendments (To Python 3.9)
2 parents 9ccbfd6 + 0fa842c commit f462e4b

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ Installing Python Koans
5050
Aside from downloading or checking out the latest version of Python Koans, you
5151
need 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

5856
You should be able to work with newer Python versions, but older ones will
5957
likely give you problems.
@@ -63,10 +61,8 @@ You can download Python from here:
6361
http://www.python.org/download
6462

6563
After 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

7167
If you have problems, this may help:
7268

@@ -75,7 +71,7 @@ If you have problems, this may help:
7571
Windows users may also want to update the line in the batch file `run.bat` to
7672
set the python path::
7773

78-
SET PYTHON_PATH=C:\Python37
74+
SET PYTHON_PATH=C:\Python39
7975

8076

8177
Getting 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

153149
On Mac OS X::

0 commit comments

Comments
 (0)