From da762194ff00712864e5b380ad7ae140899fe16b Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 18 Aug 2005 18:49:12 +0000 Subject: [PATCH] INSTALL: Remove the 'local install' note for Windows. --- INSTALL | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index b7df84e4e..0e905620b 100644 --- a/INSTALL +++ b/INSTALL @@ -82,11 +82,9 @@ interpreter. Exit by pressing CTRL-Z and then Return. Now that that's setup, you'll want to cd into the directory that was created when you unzipped Supybot; I'll assume you unzipped it to 'C:\Supybot' for these instructions. From 'C:\Supybot', run 'python setup.py install'. This -will install Supybot under 'C:\Python23\'. If you want to install Supybot -to a non-default location, see the notes at the end of this section. -You will now have several new programs installed in -'C:\Python23\Scripts\'. The two that might be of particular interest to -you, the new user, are 'supybot' and 'supybot-wizard'. The former, -'supybot', is the script to run an actual bot; the latter, -'supybot-wizard', is an in-depth wizard that provides a nice user -interface for creating a registry file for your bot. +will install Supybot under 'C:\Python23\'. You will now have several new +programs installed in 'C:\Python23\Scripts\'. The two that might be of +particular interest to you, the new user, are 'supybot' and 'supybot-wizard'. +The former, 'supybot', is the script to run an actual bot; the latter, +'supybot-wizard', is an in-depth wizard that provides a nice user interface for +creating a registry file for your bot.