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 e89180c commit aae0a6cCopy full SHA for aae0a6c
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