We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb9dd6 commit b43f4d4Copy full SHA for b43f4d4
doc/development/contributing.rst
@@ -291,7 +291,7 @@ Now we'll remove the *stable* version of MNE-Python and replace it with the
291
the correct environment first (``conda activate mnedev``), and then do::
292
293
$ cd $INSTALL_LOCATION/mne-python # make sure we're in the right folder
294
- $ conda remove --force mne # the --force avoids dependency checking
+ $ conda remove --force mne-base # the --force avoids dependency checking
295
$ pip install -e .
296
297
The command ``pip install -e .`` installs a python module into the current
0 commit comments