handbag_data/github_datasets/DeepFashion2/deepfashion2_api/PythonAPI/Makefile
all:
# install pycocotools locally
python setup.py build_ext --inplace
rm -rf build
install:
# install pycocotools to the Python site-packages
python setup.py build_ext install
rm -rf build