Use '2x' to reference Python version in README.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit 96aaf159f6)
This commit is contained in:
James Vega 2009-10-23 20:07:48 -04:00
parent 2688467a31
commit c5df44204d
1 changed files with 1 additions and 3 deletions

4
README
View File

@ -3,7 +3,6 @@ EVERYONE:
Read LICENSE. It's a 2-clause BSD license, but you should read it
anyway.
USERS:
------
If you're upgrading, read RELNOTES. There is also much documentation
@ -22,8 +21,7 @@ WINDOWS USERS:
The wizards (supybot-wizard, supybot-newplugin, and
supybot-adduser) are all installed to your Python directory's
\Scripts. What that *probably* means is that you'll run them like
this: C:\Python23\python C:\Python23\Scripts\supybot-wizard
this: C:\Python2x\python C:\Python2x\Scripts\supybot-wizard
DEVELOPERS:
-----------