Skip to content

Commit 577e16c

Browse files
fix install location
1 parent e1d3f9b commit 577e16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ source "$HELM_PLUGIN_DIR/venv/bin/activate"
66

77
pip install --upgrade pip
88
pip install -r $HELM_PLUGIN_DIR/requirements.txt
9-
pip install -e .
9+
pip install -e $HELM_PLUGIN_DIR/.
1010

1111
deactivate

0 commit comments

Comments
 (0)