EG version upgrade to 1.3
[ealt-edge.git] / example-apps / PDD / pcb-defect-detection / data / lib_coco / PythonAPI / Makefile
1 all:
2     # install pycocotools locally
3         python setup.py build_ext --inplace
4         rm -rf build
5
6 install:
7         # install pycocotools to the Python site-packages
8         python setup.py build_ext install
9         rm -rf build