Supybot: add links to links.

This commit is contained in:
Mikaela Suomalainen 2014-06-29 18:13:52 +03:00
parent 44bcab1576
commit ecc61c2c67
2 changed files with 4 additions and 5 deletions

View File

@ -57,12 +57,11 @@ Security issues of Supybot
<p><a href="irc://irc.freenode.net/#supybot,#gribble,#limnoria">Join Supybot channels on freenode!</a></p> <p><a href="irc://irc.freenode.net/#supybot,#gribble,#limnoria">Join Supybot channels on freenode!</a></p>
<h2 id="installing-forks">Installing forks</h2> <h2 id="installing-forks">Installing forks</h2>
<h3 id="for-all-of-them.">For all of them.</h3> <h3 id="for-all-of-them.">For all of them.</h3>
<p>You should install [pip] (usually python-pip in repositories) and [git].</p> <p>You should install <a href="http://pip.readthedocs.org/en/latest/reference/pip_install.html">pip</a> (usually python-pip in repositories) and [git].</p>
<p>Windows users should also install [pip] and [msysgit] and in [msysgit] select to run <strong>unix tools in PATH</strong>.</p> <p>Windows users should also install <a href="http://pip.readthedocs.org/en/latest/reference/pip_install.html">pip</a> and <a href="https://msysgit.github.io/">msysgit</a> and in <a href="https://msysgit.github.io/">msysgit</a> select to run <strong>unix tools in PATH</strong>.</p>
<p>Note: pip is included with Python =&lt; 3.4! Python 3 is only supported by Limnoria.</p> <p>Note: pip is included with Python =&lt; 3.4! Python 3 is only supported by Limnoria.</p>
<p>For <strong>rootless installation and upgrading</strong>, please see <a href="http://supybot.aperio.fr/doc/use/install.html#local-installation">Limnoria's documentation.</a> which you should be able to modify to install stock Supybot or gribble with the information below.</p> <p>For <strong>rootless installation and upgrading</strong>, please see <a href="http://supybot.aperio.fr/doc/use/install.html#local-installation">Limnoria's documentation.</a> which you should be able to modify to install stock Supybot or gribble with the information below.</p>
<p>If you don't have sudo, please simply remove it from beginnings of lines and run the commands as root or Administrator.</p> <p>If you don't have sudo, please simply remove it from beginnings of lines and run the commands as root or Administrator.</p>
<p>[pip]: [msysgit]:</p>
<h3 id="supybot">Supybot</h3> <h3 id="supybot">Supybot</h3>
<p><strong>Not recommended as it's not actively developed.</strong></p> <p><strong>Not recommended as it's not actively developed.</strong></p>
<pre><code>sudo pip install git+https://github.com/supybot/supybot.git</code></pre> <pre><code>sudo pip install git+https://github.com/supybot/supybot.git</code></pre>

View File

@ -139,8 +139,8 @@ Supybot or gribble with the information below.
If you don't have sudo, please simply remove it from beginnings of lines If you don't have sudo, please simply remove it from beginnings of lines
and run the commands as root or Administrator. and run the commands as root or Administrator.
[pip]: [pip]:http://pip.readthedocs.org/en/latest/reference/pip_install.html
[msysgit]: [msysgit]:https://msysgit.github.io/
### Supybot ### Supybot