ab5e3d23a1aea7f4c2af05eb59d38db616cd4228
[ealt-edge.git] / 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