Skip to content

Commit 3e58a08

Browse files
committed
📝 Switch from pipenv to uv
1 parent 655134f commit 3e58a08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/productive/dvc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ External dependencies can also be specified with :ref:`dvc remote <dvc-remote>`.
4848
Installation
4949
------------
5050

51-
Finally, external dependencies can also be specified with Pipenv.
51+
Finally, external dependencies can also be specified with :term:`uv`.
5252

5353
.. note::
5454
You have to explicitly state the extras. This can be ``[ssh]``, ``[s3]``,

docs/productive/git/advanced/hooks/pre-commit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Before you can execute the hooks, the pre-commit framework must be installed:
2626

2727
.. tab:: Windows
2828

29-
Before the pre-commit framework can be installed with Pipenv, the `Microsoft
30-
Build Tools for C++
29+
Before the pre-commit framework can be installed with :term:`uv`, the
30+
`Microsoft Build Tools for C++
3131
<https://visualstudio.microsoft.com/de/visual-cpp-build-tools/>`_ must be
3232
downloaded and executed so that the *Desktop development with C++* can be
3333
selected and installed with the standard options.

0 commit comments

Comments
 (0)