mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 23:39:46 +00:00
Generate all plugin docs.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user