Browse Source

:tractor: Updates recipes

Jeff Triplett 7 tháng trước cách đây
mục cha
commit
fc92b3280f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      justfile

+ 2 - 2
justfile

@@ -5,8 +5,8 @@
 	bunx alex README.md
 
 @bootstrap:
-    pip install --upgrade pip pip-tools
-    pip install --upgrade --requirement requirements.in
+    python -m pip install --upgrade pip uv
+    python -m uv pip install --upgrade --requirement requirements.in
 
 @build:
     just toc