waspinator / pycococreator

Helper functions to create COCO datasets
Apache License 2.0
765 stars 179 forks source link

Fix installation link from `git+git://...` to `git+https://...` #50

Open Albi99 opened 2 months ago

Albi99 commented 2 months ago

I've tried several times to install the library from the provided link and evry time failed for "Connection timed out".

The pip documentation says: "The use of git, git+git, and git+http schemes is discouraged. The former two use the Git Protocol, which lacks authentication, and HTTP is insecure due to lack of TLS based encryption."

If you want to check it out the documentation: https://pip.pypa.io/en/stable/topics/vcs-support/#supported-vcs

I 've changed the installation link from git+git://... to git+https://.... Now it worked! Bye and thank tou!