From c3a66de93c7177cd86ea5f80fed765f8c7e89379 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 27 Jun 2014 17:19:04 +0000 Subject: [PATCH] Fix typoes. --- use/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/use/install.rst b/use/install.rst index 654edbb..1648cdb 100644 --- a/use/install.rst +++ b/use/install.rst @@ -76,13 +76,13 @@ You can either run these as root or prepend ``sudo`` in front of every message. In case you want to use the testing branch which might be more up-to date -**but less tested**, replace ``master`` with ``testing in the commands. +**but less tested**, replace ``master`` with ``testing`` in the commands. -First we install Limnoria's requirements: :: +First we install Limnoria's requirements:: pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt -And then Limnoria itself: :: +And then Limnoria itself:: pip install git+https://github.com/ProgVal/Limnoria.git@master