diff --git a/README.md b/README.md index a5451b3..116abc0 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Read more here https://patrickwasp.com/create-your-own-coco-style-dataset/ # Install -`pip install git+git://github.com/waspinator/pycococreator.git@0.2.0` +`pip install git+https://github.com/waspinator/pycococreator.git@0.2.0` If you need to install pycocotools for python 3, try the following: ``` sudo apt-get install python3-dev pip install cython -pip install git+git://github.com/waspinator/coco.git@2.1.0 +pip install git+https://github.com/waspinator/coco.git@2.1.0 ```