We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ad82a commit af0a38cCopy full SHA for af0a38c
install-dev.sh
@@ -11,6 +11,8 @@ if [[ $OSTYPE != 'darwin'* ]]; then
11
fi
12
# Install all pinned dependencies
13
pip install -r requirements.txt
14
+# upgrade pip to install in edit mode without setup.py
15
+pip install --upgrade pip
16
# Install HELM in edit mode
17
pip install -e .[all]
18
# Check dependencies
0 commit comments