Generate all plugin docs.

This commit is contained in:
Valentin Lorentz
2011-06-28 08:11:32 +02:00
parent 8e48e80012
commit 506278f454
62 changed files with 4322 additions and 8 deletions

View File

@ -151,6 +151,8 @@ http://python.org, and follow the rest of the steps.
Installation: Windows
=====================
.. highlight:: bat
Install Python
--------------
@ -174,15 +176,11 @@ Once you have the code archive, extract it to some temporary directory, then
open up a command prompt (Programs -> Run -> ``cmd``) and ``cd`` into the
``supybot`` directory which contains the extracted code. For example, if you
have extracted the archive to ``C:\sometempdir\``, you would enter in the
prompt:
.. code-block:: bat
prompt::
cd "C:\sometempdir\supybot"
Once there, run the installer to install, with the following command:
.. code-block:: bat
Once there, run the installer to install, with the following command::
C:\Python27\python.exe setup.py install
@ -229,8 +227,6 @@ Now to start the bot, run, still from within the ``C:\runbot`` directory::
And watch the magic!
For a tutorial on using and managing the bot from here on, see the `Supybook`_.
This guide has been mainly written by nanotube (Daniel Folkinshteyn), and is
licensed under the Creative Commons Attribution ShareAlike 3.0 Unported license
and/or the GNU Free Documentation License v 1.3 or later.