We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7271b98 commit b4499beCopy full SHA for b4499be
scripts/install_via_pip.sh
@@ -40,7 +40,7 @@ export TERM=xterm
40
pip install --upgrade pip --progress-bar off
41
42
# install captum with dev deps
43
-pip install -e .[INSTALL_MODE] --progress-bar off
+pip install -e .[test] --progress-bar off
44
BUILD_INSIGHTS=1 python setup.py develop
45
46
# install other frameworks if asked for and make sure this is before pytorch
0 commit comments