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 c0fef2a commit 7b7d747Copy full SHA for 7b7d747
README.md
@@ -24,8 +24,8 @@ pip install superannotate
24
for COCO annotation format converters support also need to install:
25
26
```console
27
-pip install 'git+https://github.com/cocodataset/panopticapi.git'
28
-pip install 'git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI'
+pip install "git+https://github.com/cocodataset/panopticapi.git"
+pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"
29
```
30
31
0 commit comments