Skip to content

Commit 31b6277

Browse files
committed
build(install): fix: install.sh pip3
1 parent 87327ca commit 31b6277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ install_jde () {
195195
# Apply patch to interface with compressai-vision
196196
git apply "${SCRIPT_DIR}/patches/0001-jde-interface-with-compressai-vision.patch" || echo "Patch could not be applied. Possibly already applied."
197197

198-
uv pip install --no-build-isolation -e .
198+
pip3 install --no-build-isolation -e .
199199

200200
# back to project root
201201
cd ${SCRIPT_DIR}/..

0 commit comments

Comments
 (0)