From 440797ddf0775662fb378c2971386deca69d1d6c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 26 Jan 2016 08:46:36 +0100 Subject: [PATCH] Clearer separation of global and local installs. --- use/install.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/use/install.rst b/use/install.rst index d77a696..1119ae9 100644 --- a/use/install.rst +++ b/use/install.rst @@ -81,8 +81,10 @@ the beginning of global installation commands. .. _msysgit: https://msysgit.github.io/ .. _Limnoria's README.md: https://github.com/ProgVal/Limnoria/blob/testing/README.md#installing-from-cloned-repo -Global installation -^^^^^^^^^^^^^^^^^^^ +Global installation (with root access) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If you do not have root access, skip this section. If you are logged in as root, you can remove ``sudo`` from the install commands. @@ -102,8 +104,10 @@ And then Limnoria itself:: If pip gives error immediately instead of doing anything and you have git installed, try upgrading pip with ``sudo pip install pip --upgrade``. -Local installation -^^^^^^^^^^^^^^^^^^ +Local installation (without root access) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If you have followed the previous section, skip this one. Simply add ``--user`` to the end of both commands. First we install requirements (you can skip it, but some features won't be available)