← back to Handbag Authentication

handbag_data/github_datasets/DeepFashion2/deepfashion2_api/PythonAPI/Makefile

9 lines

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