From cab67333978e26182a93d109dd584189d40019b4 2018-04-03 15:42:49 From: Matthias Bussonnier Date: 2018-04-03 15:42:49 Subject: [PATCH] Fix readme: Quote to Codeblock 2 spaces is quote by default and join lines, leading to 2 git commands on same line. This fixes it. --- diff --git a/README.rst b/README.rst index 76b916d..324d5e2 100644 --- a/README.rst +++ b/README.rst @@ -70,14 +70,14 @@ Support version. If you are encountering this error message you are likely trying to install or use IPython from source. You need to checkout the remote 5.x branch. If you are -using git the following should work: +using git the following should work:: $ git fetch origin $ git checkout 5.x If you encounter this error message with a regular install of IPython, then you likely need to update your package manager, for example if you are using `pip` -check the version of pip with +check the version of pip with:: $ pip --version