File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Creating the virtual environment
174
174
These instructions will set up a Python environment that is separated from your
175
175
system-level Python and any other managed Python environments on your computer.
176
176
This lets you switch between different versions of Python (MNE-Python requires
177
- version 3.6 or higher) and also switch between the stable and development
177
+ version 3.7 or higher) and also switch between the stable and development
178
178
versions of MNE-Python (so you can, for example, use the same computer to
179
179
analyze your data with the stable release, and also work with the latest
180
180
development version to fix bugs or add new features). Even if you've already
Original file line number Diff line number Diff line change 1
1
Quick start
2
2
===========
3
3
4
- MNE-Python requires Python version 3.6 or higher.
4
+ MNE-Python requires Python version 3.7 or higher.
5
5
For users already familiar with Python:
6
6
7
7
- If you only need 2D plotting capabilities with MNE-Python (i.e., most EEG/ERP
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Installing Python
13
13
^^^^^^^^^^^^^^^^^
14
14
15
15
MNE-Python runs within Python, and depends on several other Python packages.
16
- Starting with version 0.21 , MNE-Python only supports Python version 3.6 or
16
+ Starting with version 0.24 , MNE-Python only supports Python version 3.7 or
17
17
higher. We strongly
18
18
recommend the `Anaconda `_ distribution of Python, which comes with more than
19
19
250 scientific packages pre-bundled, and includes the ``conda `` command line
@@ -37,8 +37,8 @@ you should see outputs similar to the following (assuming you installed
37
37
conda to ``/home/user/anaconda3 ``)::
38
38
39
39
$ conda --version && python --version
40
- conda 4.6 .2
41
- Python 3.6 .7 :: Anaconda, Inc.
40
+ conda 4.9 .2
41
+ Python 3.7 .7 :: Anaconda, Inc.
42
42
$ which python
43
43
/home/user/anaconda3/bin/python
44
44
$ which pip
You can’t perform that action at this time.
0 commit comments