Skip to content

Commit a45f873

Browse files
committed
Fix install.sh
1 parent bc7628b commit a45f873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ source venv_sa_conv/bin/activate
1313

1414
pip install -r requirements.txt
1515

16-
pip install -e .
17-
# pip install --pre superannotate
16+
# pip install -e .
17+
pip install --pre superannotate
1818

1919
# for testing
2020
pip install pytest pytest-xdist coverage pytest-cov pylint pylint-json2html pylint-pytest

0 commit comments

Comments
 (0)