File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,17 +149,17 @@ gives a lot of context on the Anaconda/conda ecosystem.
149
149
150
150
- **conda ** is the name of the package manager, which is what runs when you call,
151
151
e.g., ``conda install ``.
152
- - **mamba ** is a drop-in replacement for conda
152
+ - **mamba ** is a drop-in replacement for conda.
153
153
- **Anaconda ** is a large installation including Python, conda, and a large number
154
154
of packages.
155
155
- **Miniconda ** just has conda and its dependencies (in contrast to the larger
156
- Anaconda distribution)
156
+ Anaconda distribution).
157
157
- **Miniforge ** is like miniconda, but with the conda-forge channel
158
158
preconfigured and all packages coming from the conda-forge and *not * the
159
159
``defaults `` channel. It also now has mamba and libmamba included.
160
160
- **Mambaforge ** is like miniforge, but has mamba installed into the base
161
161
environment. While not strictly deprecated, its use is discouraged as of
162
- Sept 2023 (see `miniforge README <https://github.com/conda-forge/miniforge >`_)>
162
+ Sept 2023 (see `miniforge README <https://github.com/conda-forge/miniforge >`_).
163
163
- **Micromamba ** is not a conda distribution. Rather, it is a minimal binary
164
164
that has roughly the same commands as mamba, so that a single executable
165
165
(rather than an entire Python installation required for conda itself) can be
You can’t perform that action at this time.
0 commit comments