##// END OF EJS Templates
mention git hooks in top-level readme
MinRK -
Show More
@@ -47,3 +47,18 b' environment so that you can work on your local repo copy and run it from anywher'
47
47
48 The same process applies for other parts, such as the qtconsole (the
48 The same process applies for other parts, such as the qtconsole (the
49 ``extras_require`` attribute in the setup.py file lists all the possibilities).
49 ``extras_require`` attribute in the setup.py file lists all the possibilities).
50
51 Git Hooks and Submodules
52 ************************
53
54 IPython now uses git submodules to ship its javascript dependencies.
55 If you run IPython from git master, you may need to update submodules once in a while with::
56
57 $ git submodule update
58
59 or::
60
61 $ python setup.py submodule
62
63 We have some git hooks for helping keep your submodules always in sync,
64 see our ``git-hooks`` directory for more info.
General Comments 0
You need to be logged in to leave comments. Login now