Skip to content

Instantly share code, notes, and snippets.

@d6e
Forked from oxtopus/history.txt
Created January 23, 2014 18:19
Show Gist options
  • Save d6e/8583912 to your computer and use it in GitHub Desktop.
Save d6e/8583912 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install python-dev git python-pip automake libtool libssl-dev
git clone https://github.com/numenta/nupic.git
mkdir -p nta/eng
echo "
export NTA=$HOME/nta/eng
export NUPIC=$HOME/nupic
export BUILDDIR=/tmp/ntabuild
export MK_JOBS=3
source $HOME/nupic/env.sh" >> ~/.bashrc
source ~/.bashrc
pip install --user -r $NUPIC/external/common/requirements.txt
$NUPIC/build.sh
cd $NUPIC
./run_tests.sh
$NTA/bin/htmtest
$NTA/bin/testeverything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment