diff --git a/README.rst b/README.rst index b0ca9cba43531b6cd71416669e06e829dd4dc3c2..0b302048d97492299264872eee932f28a177fcbb 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