#!/bin/bash # Copyright 2016-present, Facebook, Inc. # All rights reserved. # # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. rm -rf build/ dist/ sparseconvnet.egg-info sparseconvnet_SCN*.so python setup.py develop python examples/hello-world.py