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 8ef3e0a commit 2d8e5f8Copy full SHA for 2d8e5f8
install.sh
@@ -11,8 +11,10 @@ rm -rf venv_sa_conv
11
python${PYTHON_VER} -m venv venv_sa_conv
12
source venv_sa_conv/bin/activate
13
14
-pip install -e .
15
-# pip install superannotate
+pip install -r requirements.txt
+
16
+# pip install -e .
17
+pip install --pre superannotate
18
19
# for testing
20
pip install pytest pytest-xdist coverage pytest-cov pylint pylint-json2html pylint-pytest
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.0b7"
+__version__ = "2.5.0"
0 commit comments