From d8e992d727c8f35aa0e579bcc220bdf021d8e7e3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 4 Jun 2014 15:33:24 +0300 Subject: [PATCH] INSTALL.md: Tell pip to install from git master. [SKIP CI] --- INSTALL.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 88efcd9df..39ea9db32 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -129,13 +129,13 @@ sudo dpkg -i limnoria-master-HEAD.deb To install with pip run ``` -sudo pip install limnoria +sudo pip install git+https://github.com/ProgVal/Limnoria.git@master ``` or without root if you don't have it or don't want to use it. ``` -pip install limnoria --user +pip install git+https://github.com/ProgVal/Limnoria.git@testing --user ``` If you wish to use Python 3 or 2 instead of default of your distribution @@ -164,13 +164,9 @@ wget http://builds.progval.net/limnoria/limnoria-master-HEAD.deb sudo dpkg -i limnoria-master-HEAD.deb ``` -### Pip +### Pip -To update with pip, add `--upgrade` to the end of the command: - -``` -pip install limnoria --upgrade -``` +Run the install command again. ## Upgrading to Python 3