From e9c4dac3ad7beec00bf1acced7f5fbe6cfd3faf9 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 15 Feb 2025 13:17:43 -0600 Subject: [PATCH] Update README.md --- setup/01_optional-python-setup-preferences/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/01_optional-python-setup-preferences/README.md b/setup/01_optional-python-setup-preferences/README.md index 352fc54..85abe16 100644 --- a/setup/01_optional-python-setup-preferences/README.md +++ b/setup/01_optional-python-setup-preferences/README.md @@ -6,7 +6,7 @@ There are several ways to install Python and set up your computing environment. I have been a long-time user of [Conda](https://anaconda.org/anaconda/conda) and [pip](https://pypi.org/project/pip/), but recently, the [uv](https://github.com/astral-sh/uv) package has gained significant traction as it provides a faster and more efficient way to install packages and resolve dependencies. -I recommend starting with *Option 1: Using uv* as it is the more modern approach in 2025. If you encounter problems with *Option 1*, consider *Option 2: Option 2: Using Conda*. +I recommend starting with *Option 1: Using uv* as it is the more modern approach in 2025. If you encounter problems with *Option 1*, consider *Option 2: Using Conda*.