build.sh 309 Bytes
Newer Older
1
#!/bin/bash
Benjamin Thomas Graham's avatar
README  
Benjamin Thomas Graham committed
2
3
4
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
Benjamin Graham's avatar
Benjamin Graham committed
5
# This source code is licensed under the BSD-style license found in the
Benjamin Thomas Graham's avatar
README  
Benjamin Thomas Graham committed
6
# 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 && python examples/hello-world.py