From f974cb8b836b354fbd5942025fe4988e7f2dee50 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 30 Jun 2014 15:33:14 +0300 Subject: [PATCH] Supybot: same as elsewhere (upgrade with pip) --- Supybot.html | 10 +++++----- Supybot.html.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Supybot.html b/Supybot.html index e685e8f5e..c7d570095 100644 --- a/Supybot.html +++ b/Supybot.html @@ -78,19 +78,19 @@ ga('send', 'pageview');

You should install pip (usually python-pip in repositories) and git.

Windows users should also install pip and msysgit and in msysgit select to run unix tools in PATH.

Note: pip is included with Python =< 3.4! Python 3 is only supported by Limnoria.

-

For rootless installation and upgrading, please see Limnoria's documentation. which you should be able to modify to install stock Supybot or gribble with the information below.

+

For rootless installation, please see Limnoria's documentation. which you should be able to modify to install stock Supybot or gribble with the information below.

If you don't have sudo, please simply remove it from beginnings of lines and run the commands as root or Administrator.

Supybot

Not recommended as it's not actively developed.

-
sudo pip install git+https://github.com/supybot/supybot.git
+
sudo pip install git+https://github.com/supybot/supybot.git --upgrade

gribble

Less actively developed than Limnoria and doesn't support Python 3.

-
sudo pip install git+https://github.com/nanotube/supybot_fixes.git
+
sudo pip install git+https://github.com/nanotube/supybot_fixes.git --upgrade

Limnoria

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.

The first command installs requirements of Limnoria and the second Limnoria itself. Only Limnoria has requirements.txt file at the moment.

-
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
-sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
+
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade
+sudo pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade

Changelog of this page.
diff --git a/Supybot.html.md b/Supybot.html.md index 457b3d81b..836968614 100644 --- a/Supybot.html.md +++ b/Supybot.html.md @@ -157,7 +157,7 @@ select to run **unix tools in PATH**. Note: pip is included with Python =< 3.4! Python 3 is only supported by Limnoria. -For **rootless installation and upgrading**, please see +For **rootless installation**, please see [Limnoria's documentation.](http://supybot.aperio.fr/doc/use/install.html#local-installation) which you should be able to modify to install stock Supybot or gribble with the information below. @@ -173,7 +173,7 @@ and run the commands as root or Administrator. **Not recommended as it's not actively developed.** ``` -sudo pip install git+https://github.com/supybot/supybot.git +sudo pip install git+https://github.com/supybot/supybot.git --upgrade ``` ### gribble @@ -181,7 +181,7 @@ sudo pip install git+https://github.com/supybot/supybot.git Less actively developed than Limnoria and doesn't support Python 3. ``` -sudo pip install git+https://github.com/nanotube/supybot_fixes.git +sudo pip install git+https://github.com/nanotube/supybot_fixes.git --upgrade ``` ### Limnoria @@ -194,8 +194,8 @@ The first command installs requirements of Limnoria and the second Limnoria itself. Only Limnoria has requirements.txt file at the moment. ``` -sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt -sudo pip install git+https://github.com/ProgVal/Limnoria.git@master +sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade +sudo pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade ```