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 bc7628b commit a45f873Copy full SHA for a45f873
install.sh
@@ -13,8 +13,8 @@ source venv_sa_conv/bin/activate
13
14
pip install -r requirements.txt
15
16
-pip install -e .
17
-# pip install --pre superannotate
+# pip install -e .
+pip install --pre superannotate
18
19
# for testing
20
pip install pytest pytest-xdist coverage pytest-cov pylint pylint-json2html pylint-pytest
0 commit comments