We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431e1b8 commit a227156Copy full SHA for a227156
scripts/load_python_env.sh
@@ -1,11 +1,8 @@
1
#!/bin/sh
2
3
-python3 -m pip install uv
4
-
5
echo 'Creating Python virtual environment in .venv...'
6
python3 -m venv .venv
7
8
echo 'Installing dependencies from "requirements.txt" into virtual environment (in quiet mode)...'
9
10
.venv/bin/python -m pip --quiet --disable-pip-version-check install -e src/backend
11
.venv/bin/python -m pip --quiet --disable-pip-version-check install -r requirements-dev.txt
0 commit comments