##// END OF EJS Templates
Fix readme: Quote to Codeblock...
Matthias Bussonnier -
Show More
@@ -70,14 +70,14 b' Support version.'
70
70
71 If you are encountering this error message you are likely trying to install or
71 If you are encountering this error message you are likely trying to install or
72 use IPython from source. You need to checkout the remote 5.x branch. If you are
72 use IPython from source. You need to checkout the remote 5.x branch. If you are
73 using git the following should work:
73 using git the following should work::
74
74
75 $ git fetch origin
75 $ git fetch origin
76 $ git checkout 5.x
76 $ git checkout 5.x
77
77
78 If you encounter this error message with a regular install of IPython, then you
78 If you encounter this error message with a regular install of IPython, then you
79 likely need to update your package manager, for example if you are using `pip`
79 likely need to update your package manager, for example if you are using `pip`
80 check the version of pip with
80 check the version of pip with::
81
81
82 $ pip --version
82 $ pip --version
83
83
General Comments 0
You need to be logged in to leave comments. Login now