|
本帖最后由 zjxitcc 于 2020-7-12 09:17 编辑
This depends on
(1) Whether the packages/libraries you need are included in Miniconda/Anaconda.
If both yes, then installing Miniconda/Anaconda makes no difference, but someone may have a preference on simplicity/conciseness and choose Miniconda;
If both no, again makes no difference. It means that you have to manually install the packages/libraries after you install Miniconda/Anaconda.
If the package/library you need is included in Anaconda but not in Miniconda, then Anaconda is recommended.
(2) Which conda does the program/software (like the MD software Amber) need or recommend? Installing the commended one.
(3) If you are not familiar with installing (extra) libraries using conda or pip, or your computer/node cannot connect to the Internet frequently so that you cannot use 'conda install' or 'pip install', just use Anaconda. |
|