From 907885bbb3fe5eb0e532b5f158c4e4a116856199 2017-07-27 08:50:42 From: Thomas Kluyver Date: 2017-07-27 08:50:42 Subject: [PATCH] Merge pull request #10713 from thomasballinger/patch-1 Correct suggested git commands for checkout 5.x --- diff --git a/README.rst b/README.rst index f45d2f1..9c25fbe 100644 --- a/README.rst +++ b/README.rst @@ -74,7 +74,7 @@ use IPython from source. You need to checkout the remote 5.x branch. If you are using git the following should work: $ git fetch origin - $ git checkout -b origin/5.x + $ 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`