##// END OF EJS Templates
Fix on fix of install documentation
Nikolay Koldunov -
Show More
@@ -174,8 +174,7 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. 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.
177 the appropriate places.
179 178
180 179 Then, if you want to update your IPython at any time,
181 180 just do:
@@ -184,6 +183,22 b' just do:'
184 183
185 184 $ git pull
186 185
186 IPython now uses git submodules to ship its javascript dependencies. If you run
187 IPython from git master, you may need to update submodules once in a while with:
188
189 .. code-block:: bash
190
191 $ git submodule update
192
193 or
194
195 .. code-block:: bash
196
197 $ python setup.py submodule
198
199 Another option is to copy `git hooks <https://github.com/ipython/ipython/tree/master/git-hooks>`_
200 to your ``./git`` directory to ensure that your submodules are up to date on each pull.
201
187 202
188 203 Basic optional dependencies
189 204 ===========================
General Comments 0
You need to be logged in to leave comments. Login now