##// END OF EJS Templates
Mention git hooks in install documentation
Nikolay Koldunov -
Show More
@@ -174,7 +174,10 b' step by:'
174 174 $ python setupegg.py develop
175 175
176 176 This creates links in the right places and installs the command line script to
177 the appropriate places. Then, if you want to update your IPython at any time,
177 the appropriate places. You also have to copy `git hooks <https://github.com/ipython/ipython/tree/master/git-hooks>`_
178 to your ``./git`` directory to ensure that your submodules are up to date on each pull.
179
180 Then, if you want to update your IPython at any time,
178 181 just do:
179 182
180 183 .. code-block:: bash
General Comments 0
You need to be logged in to leave comments. Login now