From f438d68c15a55473f17ca91d9c2e51ba0bfd3bc5 2014-04-16 23:39:32 From: Nikolay Koldunov Date: 2014-04-16 23:39:32 Subject: [PATCH] Mention git hooks in install documentation --- diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index b8c4617..46aa009 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -174,7 +174,10 @@ step by: $ python setupegg.py develop This creates links in the right places and installs the command line script to -the appropriate places. Then, if you want to update your IPython at any time, +the appropriate places. You also have to copy `git hooks `_ +to your ``./git`` directory to ensure that your submodules are up to date on each pull. + +Then, if you want to update your IPython at any time, just do: .. code-block:: bash