diff --git a/README.rst b/README.rst
index 05e508f03..604ddefd2 100644
--- a/README.rst
+++ b/README.rst
@@ -39,19 +39,6 @@ Documentation
`MNE documentation`_ for MNE-Python is available online.
-Get the latest code
-^^^^^^^^^^^^^^^^^^^
-
-To get the latest code using `git `_, open a terminal and type:
-
-.. code-block:: bash
-
- git clone git://github.com/mne-tools/mne-python.git
-
-Alternatively, you can also download a
-`zip file of the latest development version `_.
-
-
Installing MNE-Python
^^^^^^^^^^^^^^^^^^^^^
@@ -67,6 +54,25 @@ For more complete instructions and more advanced installation methods (e.g. for
the latest development version), see the `getting started page`_.
+Get the latest code
+^^^^^^^^^^^^^^^^^^^
+
+To install the latest version of the code using `pip `_ open a terminal and type:
+
+.. code-block:: bash
+
+ pip install -U https://api.github.com/repos/mne-tools/mne-python/zipball/master
+
+To get the latest code using `git `_, open a terminal and type:
+
+.. code-block:: bash
+
+ git clone git://github.com/mne-tools/mne-python.git
+
+Alternatively, you can also download a
+`zip file of the latest development version `_.
+
+
Dependencies
^^^^^^^^^^^^