##// END OF EJS Templates
'Update install instructions'
Matthias Bussonnier -
Show More
@@ -81,7 +81,7 b' grab the latest stable tarball of IPython `from PyPI'
81
81
82 $ tar -xzf ipython.tar.gz
82 $ tar -xzf ipython.tar.gz
83 $ cd ipython
83 $ cd ipython
84 $ python setup.py install
84 $ pip install .
85
85
86 If you are installing to a location (like ``/usr/local``) that requires higher
86 If you are installing to a location (like ``/usr/local``) that requires higher
87 permissions, you may need to run the last command with :command:`sudo`.
87 permissions, you may need to run the last command with :command:`sudo`.
@@ -96,9 +96,9 b' need to have Git installed on your system. Then do:'
96
96
97 .. code-block:: bash
97 .. code-block:: bash
98
98
99 $ git clone --recursive https://github.com/ipython/ipython.git
99 $ git clone https://github.com/ipython/ipython.git
100 $ cd ipython
100 $ cd ipython
101 $ python setup.py install
101 $ pip install .
102
102
103 Some users want to be able to follow the development branch as it changes. If
103 Some users want to be able to follow the development branch as it changes. If
104 you have :mod:`pip`, you can replace the last step by:
104 you have :mod:`pip`, you can replace the last step by:
General Comments 0
You need to be logged in to leave comments. Login now