Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2025
1 parent 0e81ee4 commit 986b84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/discussions/pip-and-conda-comparison.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ which is no surprise since PyPI is focused only on Python. As a result, many
Python packages can only be installed via Pip using the PyPI index.

However, you can use Conda and Pip together, such as using Conda as a virtual
environment manager and Pip as a Python package manager.
environment manager and Pip as a Python package manager.
2 changes: 1 addition & 1 deletion source/guides/tool-recommendations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ making use of the same Python interpreter (especially on Linux).

For scientific software specifically, consider :ref:`Conda` or :ref:`Spack`.

.. note::
.. note::

Pip manages Python packages, while Conda manages packages for multiple
languages and environments. Conda excels at dependency management and creating
Expand Down

0 comments on commit 986b84b

Please sign in to comment.