Hi there! There is a command prompt via pip to install specific development version (like 0.24)?
Thanks.
Iām guessing pip install https://github.com/mne-tools/mne-python/archive/refs/tags/v0.24.1.tar.gz
. I just took the link to the tarball of a given version on GitHub. That command works with any tarball.
You can also just install a specific version with pip install mne==0.24.1
.
2 Likes