From a04e6f1b0b843818f9a3c86d944c8909145af238 Mon Sep 17 00:00:00 2001 From: Yngve Inntjore Levinsen <yngve.levinsen@gmail.com> Date: Tue, 16 Jun 2015 09:45:32 +0000 Subject: [PATCH] README.rst edited online with Bitbucket --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index b21f995..8e47f48 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,9 @@ You are free to use this code, but no warranty whatsoever is given. 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/ -``` + git clone https://bitbucket.org/ess-bp/ess-python-tools.git + + cd ess-python-tools + + python setup.py install --prefix=~/.local/ + -- GitLab