Skip to content

Commit

Permalink
Update py_venv.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 3, 2024
1 parent a2120c5 commit 46a2741
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions py/private/py_venv.bzl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""Create a Python virtualenv directory structure.
Uses https://github.com/prefix-dev/rip.
Note that [py_binary](./py_binary.md#py_binary) and [py_test](./py_test.md#py_test) macros automatically provide `[name].venv` targets.
Using `py_venv` directly is only required for cases where those defaults do not apply.
> [!NOTE]
> As an implementation detail, this currently uses <https://github.com/prefix-dev/rip> which is a very fast Rust-based tool.
"""

load("@rules_python//python:defs.bzl", "PyInfo")
Expand Down

0 comments on commit 46a2741

Please sign in to comment.