Skip to content

Commit

Permalink
Include tip to install uv from test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Sep 17, 2024
1 parent 1f09f2b commit 2020cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ print_status() {

if ! command -v uv > /dev/null; then
echo "Error: 'uv' is not installed or not in the PATH."
echo "To install it, run:"
echo " $ curl -LsSf https://astral.sh/uv/install.sh | sh"
exit 1
fi

Expand Down

0 comments on commit 2020cd2

Please sign in to comment.