diff --git a/README.rst b/README.rst index b21f99595a8d0fe2494d8519a5d8f65cc10d75e3..8e47f488d94e1b3d1502da1ed490f0ab975e6462 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/ +