From 491f78817d33dec4fd1ddce70832b4e4c3107a33 2016-03-23 16:13:33 From: Matthias Bussonnier Date: 2016-03-23 16:13:33 Subject: [PATCH] 'Update install instructions' --- diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index f119380..249aaa5 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -81,7 +81,7 @@ grab the latest stable tarball of IPython `from PyPI $ tar -xzf ipython.tar.gz $ cd ipython - $ python setup.py install + $ pip install . If you are installing to a location (like ``/usr/local``) that requires higher permissions, you may need to run the last command with :command:`sudo`. @@ -96,9 +96,9 @@ need to have Git installed on your system. Then do: .. code-block:: bash - $ git clone --recursive https://github.com/ipython/ipython.git + $ git clone https://github.com/ipython/ipython.git $ cd ipython - $ python setup.py install + $ pip install . Some users want to be able to follow the development branch as it changes. If you have :mod:`pip`, you can replace the last step by: