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

much easier to install with pip

parent 70cefbac
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,8 @@ You are free to use this code, but no warranty whatsoever is given. ...@@ -7,10 +7,8 @@ You are free to use this code, but no warranty whatsoever is given.
Installation Installation
------------ ------------
To install the package, first download from GitLab. 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. To install the package, run the command below. It is assumed that you have git and pip installed on your system.
```bash ```bash
git clone https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U
cd ess-python-tools
python setup.py install --user
``` ```
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