diff --git a/setup/01_optional-python-setup-preferences/README.md b/setup/01_optional-python-setup-preferences/README.md
index 6117fb7..f769382 100644
--- a/setup/01_optional-python-setup-preferences/README.md
+++ b/setup/01_optional-python-setup-preferences/README.md
@@ -32,13 +32,6 @@ where `Desktop/` is the folder where the Miniforge installer was downloaded to.
Next, step through the download instructions, confirming with "Enter".
-
-If you work with many packages, Conda can be slow because of its thorough but complex dependency resolution process and the handling of large package indexes and metadata. To speed up Conda, you can use the following setting, which switches to a more efficient Rust reimplementation for solving dependencies:
-
-```
-conda config --set solver libmamba
-```
-
@@ -115,4 +108,4 @@ It's also highly recommended to consult the installation guide menu on the offic
-Any questions? Please feel free to reach out in the [Discussion Forum](https://github.com/rasbt/LLMs-from-scratch/discussions).
\ No newline at end of file
+Any questions? Please feel free to reach out in the [Discussion Forum](https://github.com/rasbt/LLMs-from-scratch/discussions).