openforcefield / openff-toolkit

The Open Forcefield Toolkit provides implementations of the SMIRNOFF format, parameterization engine, and other tools. Documentation available at http://open-forcefield-toolkit.readthedocs.io
http://openforcefield.org
MIT License
305 stars 90 forks source link

Do not recommend `conda install` #1706

Closed mattwthompson closed 10 months ago

mattwthompson commented 11 months ago

Is your feature request related to a problem? Please describe.

Many points on the toolkit recommend conda instead of mamba, which is both a questionable recommendation and not in line with our ecosystem recommendation.

Describe the solution you'd like

%s/conda install /mamba install /g %s/conda env /mamba env /g

Describe alternatives you've considered

Dealing with users who still use conda

Additional context