We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d3f9b commit 577e16cCopy full SHA for 577e16c
install.sh
@@ -6,6 +6,6 @@ source "$HELM_PLUGIN_DIR/venv/bin/activate"
6
7
pip install --upgrade pip
8
pip install -r $HELM_PLUGIN_DIR/requirements.txt
9
-pip install -e .
+pip install -e $HELM_PLUGIN_DIR/.
10
11
deactivate
0 commit comments