Skip to content

Commit

Permalink
Use "uv"
Browse files Browse the repository at this point in the history
  • Loading branch information
amitfin committed Dec 2, 2024
1 parent a1906bb commit 5dc9faa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ set -e

cd "$(dirname "$0")/.."

python3 -m pip install --requirement requirements.txt
python3 -m pip install --upgrade pip --root-user-action ignore
python3 -m pip install uv --root-user-action ignore
uv pip install --system -r requirements.txt

0 comments on commit 5dc9faa

Please sign in to comment.