build.sh 296 Bytes
Newer Older
1
#!/bin/bash
Benjamin Thomas Graham's avatar
README  
Benjamin Thomas Graham committed
2
3
4
5
6
# 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.
Benjamin Thomas Graham's avatar
Benjamin Thomas Graham committed
7
rm -rf build/ dist/ sparseconvnet.egg-info
8
python setup.py install
Benjamin Thomas Graham's avatar
README  
Benjamin Thomas Graham committed
9
python examples/hello-world.py