From 96bd8661599558024cdcd9edcc5eb0e12919722b Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Thu, 28 Jun 2018 22:55:40 +0200 Subject: [PATCH] update readme [ci skip] (#5304) --- README.rst | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) 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 ^^^^^^^^^^^^