diff --git a/README.md b/README.md index 90f0db9..e3681c8 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,11 @@ 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` + +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 +```