mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 02:19:24 +01:00
Supybot: Use GitHub URLs with pip.
* SourceForge broken even their old git clone addresses.
This commit is contained in:
parent
b965e12227
commit
44bcab1576
@ -65,10 +65,10 @@ Security issues of Supybot
|
||||
<p>[pip]: [msysgit]:</p>
|
||||
<h3 id="supybot">Supybot</h3>
|
||||
<p><strong>Not recommended as it's not actively developed.</strong></p>
|
||||
<pre><code>sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot</code></pre>
|
||||
<pre><code>sudo pip install git+https://github.com/supybot/supybot.git</code></pre>
|
||||
<h3 id="gribble">gribble</h3>
|
||||
<p>Less actively developed than Limnoria and doesn't support Python 3.</p>
|
||||
<pre><code>sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble</code></pre>
|
||||
<pre><code>sudo pip install git+https://github.com/nanotube/supybot_fixes.git</code></pre>
|
||||
<h3 id="limnoria">Limnoria</h3>
|
||||
<p>At the time of writing, the most active Supybot fork which includes embedded HTTPd for plugins needing it, supports other languages than English and also runs with Python 3.</p>
|
||||
<p>The first command installs requirements of Limnoria and the second Limnoria itself. Only Limnoria has requirements.txt file at the moment.</p>
|
||||
|
@ -147,7 +147,7 @@ and run the commands as root or Administrator.
|
||||
**Not recommended as it's not actively developed.**
|
||||
|
||||
```
|
||||
sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot
|
||||
sudo pip install git+https://github.com/supybot/supybot.git
|
||||
```
|
||||
|
||||
### gribble
|
||||
@ -155,7 +155,7 @@ sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/s
|
||||
Less actively developed than Limnoria and doesn't support Python 3.
|
||||
|
||||
```
|
||||
sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble
|
||||
sudo pip install git+https://github.com/nanotube/supybot_fixes.git
|
||||
```
|
||||
|
||||
### Limnoria
|
||||
|
Loading…
Reference in New Issue
Block a user