Skip to content

Commit b4499be

Browse files
committed
Fix
1 parent 7271b98 commit b4499be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_via_pip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export TERM=xterm
4040
pip install --upgrade pip --progress-bar off
4141

4242
# install captum with dev deps
43-
pip install -e .[INSTALL_MODE] --progress-bar off
43+
pip install -e .[test] --progress-bar off
4444
BUILD_INSIGHTS=1 python setup.py develop
4545

4646
# install other frameworks if asked for and make sure this is before pytorch

0 commit comments

Comments
 (0)