From be279a251762902eaa5047b6f2e0b80c9b8b7d29 Mon Sep 17 00:00:00 2001 From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se> Date: Tue, 16 Jun 2015 11:32:34 +0200 Subject: [PATCH] install instructions --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 653692b..dd1e490 100644 --- a/README.rst +++ b/README.rst @@ -3,3 +3,11 @@ This project provides useful Python tools for executing TraceWin, and reading/wr The files are written primarily for usage at European Spallation Source, but might be useful elsewhere. 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. + + git clone https://bitbucket.org/ess-bp/ess-python-tools.git + cd ess-python-tools + python setup.py install --prefix=~/.local/ -- GitLab