From 66b40795247f7605ff565b9b9025234435b6aacc Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 20 Nov 2024 09:45:38 +1100 Subject: [PATCH] docs: libmamba is now the default solver in conda libmamba has been the default solver for a little over a year, so we don't need to manually install it: https://conda.org/blog/2023-11-06-conda-23-10-0-release/ Signed-off-by: Anton Blanchard --- docs/Chipyard-Basics/Initial-Repo-Setup.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/Chipyard-Basics/Initial-Repo-Setup.rst b/docs/Chipyard-Basics/Initial-Repo-Setup.rst index 6fe26e2ff..fe2e61379 100644 --- a/docs/Chipyard-Basics/Initial-Repo-Setup.rst +++ b/docs/Chipyard-Basics/Initial-Repo-Setup.rst @@ -34,13 +34,6 @@ After Conda is installed and is on your ``PATH``, we need to install a version o For this you can use the system package manager like ``yum`` or ``apt`` to install ``git``. This ``git`` is only used to first checkout the repository, we will later install a newer version of ``git`` with Conda. -Next, we install `libmamba `__ for much faster dependency solving when initially setting up the repository. - -.. code-block:: shell - - conda install -n base conda-libmamba-solver - conda config --set solver libmamba - Next ensure that you are able to use Conda. By default after Conda's setup you should already be in the ``base`` environment but you can run the following to enter it if needed: