From dae07edcb780cb87318d72be827e58b7f9b39bb4 Mon Sep 17 00:00:00 2001 From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se> Date: Fri, 26 Jun 2015 15:06:05 +0200 Subject: [PATCH] --user is a better argument to use --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b0ca9cb..0b30204 100644 --- a/README.rst +++ b/README.rst @@ -6,10 +6,10 @@ You are free to use this code, but no warranty whatsoever is given. ## Installation ## -To install the package, first download from Bitbucket. Then enter the directory, and run the setup script. An example is shown below of these three steps, where the installed files goes into your .local/ directory in $HOME. +To install the package, first download from Bitbucket. Then enter the directory, and run the setup script. An example is shown below of these three steps, where the installation is for the user only instead of system wide git clone https://bitbucket.org/ess-bp/ess-python-tools.git cd ess-python-tools - python setup.py install --prefix=~/.local/ \ No newline at end of file + python setup.py install --user -- GitLab