##// END OF EJS Templates
Correct suggested git commands for checkout 5.x...
Thomas Ballinger -
Show More
@@ -74,7 +74,7 b' use IPython from source. You need to checkout the remote 5.x branch. If you are'
74 using git the following should work:
74 using git the following should work:
75
75
76 $ git fetch origin
76 $ git fetch origin
77 $ git checkout -b origin/5.x
77 $ git checkout 5.x
78
78
79 If you encounter this error message with a regular install of IPython, then you
79 If you encounter this error message with a regular install of IPython, then you
80 likely need to update your package manager, for example if you are using `pip`
80 likely need to update your package manager, for example if you are using `pip`
General Comments 0
You need to be logged in to leave comments. Login now