develop.sh 319 Bytes
Newer Older
1
#!/bin/bash
Benjamin Thomas Graham's avatar
headers  
Benjamin Thomas Graham committed
2
3
4
5
6
7
# 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.

8
9
10
rm -rf build/ dist/ sparseconvnet.egg-info sparseconvnet_SCN*.so
python setup.py develop
python examples/hello-world.py