Skip to content

Commit

Permalink
docs: workaround no longer needed (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 29, 2024
1 parent efc17bb commit feb2a7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,6 @@ Note that using this option does not change the backend for sessions where ``ven
as ``uv pip`` is used to install programs instead. If you need to manually
interact with pip, you should install it with ``session.install("pip")``.

.. warning::

Currently the ``uv`` backend requires the ``<program name> @ .`` syntax to
install a local folder in non-editable mode; it does not (yet) compute the
name from the install process like pip does if the name is omitted. Editable
installs do not require a name.

Backends that could be missing (``uv``, ``conda``, and ``mamba``) can have a fallback using ``|``, such as ``uv|virtualenv`` or ``mamba|conda``. This will use the first item that is available on the users system.

If you need to check to see which backend was selected, you can access it via
Expand Down

0 comments on commit feb2a7e

Please sign in to comment.