Skip to content

Commit 150d469

Browse files
committed
2 parents 514cedb + 40fd1ad commit 150d469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s1_development_environment/package_manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ comparison of Python environment management and packaging tools, see
120120

121121
If you're new to package managers, I will recommend that you use `uv`. It is becoming the de facto standard in the
122122
Python community due to its speed and ease of use. It combines the best features of `pip` and `conda`, allowing you to
123-
create virtual environments and manage dependencies seamlessly, including for multiple python versions. The alternative
123+
create virtual environments and manage dependencies seamlessly, including for multiple Python versions. The alternative
124124
(which has been the recommended approach for many years) is to use `conda` for creating virtual environments and `pip`
125125
for installing packages within those environments.
126126

0 commit comments

Comments
 (0)