Skip to content

Commit b43f4d4

Browse files
britta-wstnrBritta Westner
and
Britta Westner
authored
Fix dev installation guide (#13163)
Co-authored-by: Britta Westner <brittawe@ip-213-180.eduvpn.ru.nl>
1 parent 1fb9dd6 commit b43f4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Now we'll remove the *stable* version of MNE-Python and replace it with the
291291
the correct environment first (``conda activate mnedev``), and then do::
292292

293293
$ cd $INSTALL_LOCATION/mne-python # make sure we're in the right folder
294-
$ conda remove --force mne # the --force avoids dependency checking
294+
$ conda remove --force mne-base # the --force avoids dependency checking
295295
$ pip install -e .
296296

297297
The command ``pip install -e .`` installs a python module into the current

0 commit comments

Comments
 (0)