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
Copy file name to clipboardExpand all lines: foundations/conda.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ We recommend Miniforge for these reasons:
41
41
42
42
1. It's quicker and takes up less disk space.
43
43
2. It encourages you to install only the packages you need in reproducible isolated environments for specific projects. This is generally a more robust way to work with open source tools.
44
-
3. It uses `conda-forge` as the default channel for packages.
44
+
3. It uses `conda-forge` as the default channel for packages, which is our recommended way to get up-to-date, interoperable packages..
45
45
46
46
Once you have `conda` via the Miniconda installer, the next step is to create an environment and install packages.
0 commit comments