Skip to content

Commit c9586c2

Browse files
committed
Docs improve
1 parent b1bf2c1 commit c9586c2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/source/index.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,9 @@ for COCO annotation format converters support also need to install:
5555
pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"
5656
5757
The package officially supports Python 3.6+ and was tested under Linux platform.
58-
For Windows based Anaconda distribution
59-
you might also need to install :py:obj:`shapely` package separately:
6058

61-
.. code-block:: bash
62-
63-
conda install shapely
64-
65-
For further steps please have a look at the :ref:`tutorial <ref_tutorial>`.
59+
For more detailed installation steps and package usage please have a look at
60+
the :ref:`tutorial <ref_tutorial>`.
6661

6762
----------
6863

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.13"
1+
__version__ = "2.3.14"

0 commit comments

Comments
 (0)