We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef27399 commit 3462376Copy full SHA for 3462376
Makefile
@@ -5,6 +5,7 @@ uv:
5
pip install --upgrade 'uv>=0.5.6,<0.6'
6
uv venv
7
8
+.PHONY: setup
9
setup:
10
@if [ ! -d ".venv" ] || ! command -v uv > /dev/null; then \
11
echo "UV not installed or .venv does not exist, running uv"; \
0 commit comments