Added a note for Windows Users about the placement of supybot-wizard.py.

This commit is contained in:
Jeremy Fincher 2003-10-11 16:19:48 +00:00
parent f8377f09c4
commit 22fb0ecd22

10
README
View File

@ -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.