We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb917eb commit df2eba6Copy full SHA for df2eba6
scripts/setup.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+if ! command -v uv &>/dev/null; then
4
+ echo "Can't find uv, please install uv or ensure it's available in your PATH before attempting setup."
5
+ exit 1
6
+fi
7
8
+uv sync --dev
0 commit comments