From 868ed09b4dfcab18aed563727d65bca3408476ea Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Fri, 4 Oct 2024 12:15:17 -0400 Subject: [PATCH] use uv pip for develop instead of just pip --- develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop.sh b/develop.sh index a7b89c6..0ba2c74 100755 --- a/develop.sh +++ b/develop.sh @@ -1,3 +1,3 @@ set -e -pip install -e . +uv pip install -e .