You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvement Description
Due to a growing number of packages, instead of installing through conda install through parallelizable mamba to speed up installation.
Current Behavior conda env create -n qiime2 --file qiime2.yml.
Hi @crusher083 - my understanding is that mamba is a drop-in replacement for conda, so the steps you proposed above should just work. Did you try it and run into some kind of issue? Or are you proposing that we add this to the user docs? Let me know what you had in mind and I'll make sure this issue winds up in the right place. Thanks!
Improvement Description
Due to a growing number of packages, instead of installing through
conda
install through parallelizablemamba
to speed up installation.Current Behavior
conda env create -n qiime2 --file qiime2.yml.
Proposed Behavior
conda install mamba
mamba env create -n qiime2 --file qiime2.yml
References
The text was updated successfully, but these errors were encountered: