Skip to content
Snippets Groups Projects
Commit dae07edc authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

--user is a better argument to use

parent cb7c2592
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ You are free to use this code, but no warranty whatsoever is given. ...@@ -6,10 +6,10 @@ You are free to use this code, but no warranty whatsoever is given.
## Installation ## ## 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 git clone https://bitbucket.org/ess-bp/ess-python-tools.git
cd ess-python-tools cd ess-python-tools
python setup.py install --prefix=~/.local/ python setup.py install --user
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment