File tree 5 files changed +17
-9
lines changed
5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change
1
+ node: $Format:%H$
2
+ node-date: $Format:%cI$
3
+ describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
4
+ ref-names: $Format:%D$
Original file line number Diff line number Diff line change
1
+ .git_archival.txt export-subst
Original file line number Diff line number Diff line change 21
21
name : [matrix]
22
22
pip : ['']
23
23
include :
24
- - os : ubuntu
25
- mne : main
26
- opengl : ' opengl'
27
- python : ' 3.8'
28
- name : old 3.8
29
24
- os : ubuntu
30
25
mne : main
31
26
opengl : ' '
Original file line number Diff line number Diff line change 24
24
conda install -c conda-forge mne-base matplotlib mne-qt-browser
25
25
```
26
26
27
+ ## Update
28
+ Refer to the [ MNE-Python documentation] ( https://mne.tools/stable/install/updating.html ) for updating MNE-Python.
29
+ To update this package, do:
30
+ ```
31
+ pip install -U mne-qt-browser
32
+ ```
33
+ To update this package to the development version, do:
34
+ ```
35
+ pip install -U --no-deps https://github.com/mne-tools/mne-qt-browser/archive/refs/heads/main.zip
36
+ ```
37
+
27
38
## Usage
28
39
29
40
The backend supports plotting for the following MNE-Python methods:
Original file line number Diff line number Diff line change 3
3
4
4
__version__ = version ("mne_qt_browser" )
5
5
except Exception :
6
- try :
7
- from ._version import __version__ # written by setuptools_scm
8
- except ImportError :
9
- __version__ = "0.0.0"
6
+ __version__ = "0.0.0"
10
7
11
8
# All created brower-instances are listed here for a reference to avoid having
12
9
# them garbage-collected prematurely.
You can’t perform that action at this time.
0 commit comments