From 6ea1347d3d09ed96b00d87014685fccc064c78b2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 23 Jan 2013 13:44:49 +0100 Subject: [PATCH] Update the README instructions for Windows users (most of them should have Python 2.7 by now). --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3d8a391..c76fff111 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,12 @@ supybot-adduser) are all installed to your Python directory's this: ``` -C:\Python2x\python C:\Python2x\Scripts\supybot-wizard +C:\Python27\python C:\Python27\Scripts\supybot-wizard ``` +If you are running a Python version that is not 2.7, replace "27" in the +file names with your Python version, without the dot (for example "26".) + # DEVELOPERS: We likewise have tons of developer documentation at