diff --git a/README.rst b/README.rst index dd1e4906be28883662d645420f72d8785af369ab..b21f99595a8d0fe2494d8519a5d8f65cc10d75e3 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ 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/ +```