RFC: installation process instructions
See original GitHub issueBased on some offline discussions with users, it may be time for some refinements to the install instructions. Specifically, we should make it clear that:
- if they want to update mne-python, it’s usually best to just
pip install -U mne
- if they want to update everything in their environment they should create a new environment instead of using the latest
environment.yml
to update an existing environment - (optional) given item 2, perhaps a “pro tip” would be to keep a list of other packages one installs into one’s mne environment, to simplify the creation of new mne envs
- consider revising our
environment.yml
to not include an env name, and update the recommended install command toconda create --name mne --file environment.yml
instead. The rationale here is that the current recommended commandconda env update --file environment.yml
implies that it can be used for updating
cc @NeuroLaunch @larsoner was there anything else from our discussion that I’ve forgotten to include here?
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
MODEL RFC-200 THRU 400 & RFWC-200 THRU 400 ...
All work must be completed as per Architect's Approved "Shop. Drawings", and in accordance with these Installation Instructions. When ...
Read more >Installing the RFC Server - SAP Help Portal
By default, the installation routine for Windows installs the RFC Server to the folder C:\Program Files\SAP BusinessObjects\Data Quality Mgmt for SAP Solutions.
Read more >Installing the RFC function code manually - IBM
Installation Steps. To install the RFC code: Procedure. Log on to SAP R/3. Start transaction SE37. The Function Builder: Initial window dialog opens....
Read more >RFC: Installation instructions + ToH - OpenWrt Forum
ToH installation + recovery instructions - shows all devices with their installation / recovery method · Installation methods overview - lists ...
Read more >RFC 2223 - Instructions to RFC Authors - IETF Datatracker
The effect of this is that the RFC Editor first processes the ASCII version of the memo through to publication as an RFC....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
But that’s already working … If you do
conda create -n mne -c conda-forge mne
, you should end up with a (not minimalist, but still) working MNE environment with 3D support.last release was end of April, which means next release should be end of october. Last year there was an “extra” december release, but personally I don’t want us to make a habit of early or extra releases (it shortens deprecation times, for one thing).
Fair point, although not everybody has new-ish computers and works with large-or-huge datasets. I am also thinking more about bandwidth / download speed, perhaps moreso than actual space-on-disk.
It would be wonderful if something like
conda create --name my_env_name "mne-base=0.23"
would “just work” and people never needed environment files.