1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
.. _install:
.. _quick-start:
Installing MNE-Python
======================
.. when https://github.com/executablebooks/sphinx-design/issues/66 is fixed,
prepend |cloud-arrow-down| |ensp| to the "Download installers" button text
and |wrench| |ensp| to the "Setup instructions" button text
.. grid:: 2
.. grid-item-card::
:text-align: center
.. rst-class:: font-weight-bold mb-0
Standalone installers
.. rst-class:: card-subtitle text-muted mt-0
For Beginners
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. image:: ../_static/mne_installer_macOS.png
:alt: MNE-Python Installer
**New to Python?** Use our standalone installers that include
everything to get you started!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. button-ref:: installers
:ref-type: ref
:color: primary
:shadow:
:class: font-weight-bold
Download Installers
.. grid-item-card::
:text-align: center
.. rst-class:: font-weight-bold mb-0
Install via ``pip`` or ``conda``
.. rst-class:: card-subtitle text-muted mt-0
For Advanced Users
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. image:: ../_static/mne_installer_console.png
:alt: Terminal Window
**Already familiar with Python?**
Follow our advanced setup instructions for ``pip`` and ``conda``!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. button-ref:: manual-install
:ref-type: ref
:color: primary
:shadow:
:class: font-weight-bold
Setup Instructions
.. toctree::
:hidden:
installers
manual_install
advanced
check_installation
updating
freesurfer
mne_tools_suite
|