We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0023c8 + d35726a commit 5d2f6b9Copy full SHA for 5d2f6b9
.devcontainer/setup.sh
@@ -1,4 +1,4 @@
1
python -m pip install --upgrade pip
2
-python -m pip install uv
+curl -LsSf https://astral.sh/uv/install.sh | sh
3
uv venv --python 3.10
4
uv sync --all-extras --all-groups
0 commit comments