From c53bcb771baf6f3d7645ce5961d4a067bd2a7b69 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:51:22 +0000 Subject: [PATCH] style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf This commit fixes the style issues introduced in a840e5d according to the output from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf. Details: None --- Python/Anaconda/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python/Anaconda/readme.md b/Python/Anaconda/readme.md index 9baac3b..d5ed93a 100644 --- a/Python/Anaconda/readme.md +++ b/Python/Anaconda/readme.md @@ -4,14 +4,14 @@ [Install Anaconda Distribution](https://www.anaconda.com/download/success) -Get started with the most fundamental DS, AI, and ML packages. Easily manage applications, packages, and environments using Navigator or command line. +Get started with the most fundamental DS, AI, and ML packages. Easily manage applications, packages, and environments using Navigator or command line. # Optimize Your Conda Environment | Using Python 3.13 (in 10 Steps) **Remember to adjust environment names and commands as needed for your specific setup.** - In the next step You can use the "classic" solver or "libmamba." This is a good approach because sometimes "libmamba" might have compatibility issues or might not be the best choice for all situations. - Using "classic" may provides a more reliable fallback option. +In the next step You can use the "classic" solver or "libmamba." This is a good approach because sometimes "libmamba" might have compatibility issues or might not be the best choice for all situations. +Using "classic" may provides a more reliable fallback option. 1. **Configure Solver & Update Base:** Set the solver to "classic" (in case "libmamba" has issues), then update Conda and all packages in the base environment (including from "conda-forge").