From e945de28ab7059222176e2b703c2e16325f26e20 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 6 Oct 2014 12:09:02 +0300 Subject: [PATCH] Supybot: python -m pip instead of pip TODO: `pandoc -i Supybot.html.md -o Supybot.html` --- Supybot.html.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Supybot.html.md b/Supybot.html.md index a73850fca..c0c208737 100644 --- a/Supybot.html.md +++ b/Supybot.html.md @@ -3,7 +3,7 @@ - + Security issues of Supybot @@ -149,12 +149,12 @@ Your current botname.conf is **100% compatible with forks**. ### For all of them. -You should install [pip] (usually python-pip in repositories) and [git]. +You should install [python -m pip] (usually python-python -m pip in repositories) and [git]. -Windows users should also install [pip] and [msysgit] and in [msysgit] +Windows users should also install [python -m 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 +Note: python -m pip is included with Python =< 3.4! Python 3 is only supported by Limnoria. For **rootless installation**, please see @@ -165,7 +165,7 @@ If you don't have sudo, please simply remove it from beginnings of lines and run the commands as root or Administrator. [git]:http://git-scm.com/ -[pip]:http://pip.readthedocs.org/en/latest/reference/pip_install.html +[python -m pip]:http://python -m pip.readthedocs.org/en/latest/reference/python -m pip_install.html [msysgit]:https://msysgit.github.io/ ### Supybot @@ -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 --upgrade +sudo python -m 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 --upgrade Less actively developed than Limnoria and doesn't support Python 3. ``` -sudo pip install git+https://github.com/nanotube/supybot_fixes.git --upgrade +sudo python -m 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 --upgrade -sudo pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade +sudo python -m pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade +sudo python -m pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade ```