From a27e00b1f3cbc91a6473542e98830dd2d6eb498a Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 6 Jan 2016 09:22:14 +0100 Subject: [PATCH] Dependencies are optional. --- use/install.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/use/install.rst b/use/install.rst index f42c2d8..d77a696 100644 --- a/use/install.rst +++ b/use/install.rst @@ -90,7 +90,8 @@ commands. *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.* -First we install Limnoria's requirements:: +First we install Limnoria's optional dependencies (you can skip this +step, but some features won't be available):: sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade @@ -105,7 +106,8 @@ Local installation ^^^^^^^^^^^^^^^^^^ Simply add ``--user`` to the end of both commands. First we install -requirements and then Limnoria itself.:: +requirements (you can skip it, but some features won't be available) +and then Limnoria itself.:: pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user --upgrade pip install limnoria --user --upgrade