From 22fb0ecd22ec24507e5fa397d45c54c546873c3d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 11 Oct 2003 16:19:48 +0000 Subject: [PATCH] Added a note for Windows Users about the placement of supybot-wizard.py. --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index 3d3a38b05..e4357ca1d 100644 --- a/README +++ b/README @@ -26,8 +26,16 @@ understand or think you know of a better way to do something, *please* post it on Sourceforge.net so we can improve the bot! +WINDOWS USERS: +-------------- +The wizards (supybot-wizard.py, supybot-newplugin.py, and +supybot-adduser.py) are all installed to your Python directory's +\Scripts. What that *probably* means is that you'll run them like +this: C:\Python23\Scripts\supybot-wizard.py . + + DEVELOPERS: ------------- +----------- Read OVERVIEW to see what the modules are used for. Read EXAMPLE to see some examples of callbacks and command written for the bot. Read STYLE if you ever wish to contribute.