Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2014 05:18
Show Gist options
  • Save anonymous/8431231 to your computer and use it in GitHub Desktop.
Save anonymous/8431231 to your computer and use it in GitHub Desktop.
1 sudo apt-get update
2 sudo apt-cache search python-dev
3 sudo apt-get install python-dev
4 git
5 sudo apt-get install git
6 pip
7 sudo apt-get install pip
8 sudo apt-cache search pip
9 sudo apt-cache search pip | less
10 sudo apt-get install python-pip
11 git clone https://github.com/numenta/nupic.git
12 mkdir -p nta/eng
13 vim ~/.bashrc
14 source ~/.bashrc
15 pip install --user -r $NUPIC/external/common/requirements.txt
16 $NUPIC/build.sh
17 sudo apt-get install autotools
18 sudo apt-get install automake
19 $NUPIC/build.sh
20 sudo apt-get install libtool
21 $NUPIC/build.sh
22 sudo apt-get install openssl-dev
23 apt-cache search openssl
24* apt-cache search libssl
25 sudo apt-get install openssl
26 sudo apt-get install libssl
27 sudo apt-get install libssl-dev
28 $NUPIC/build.sh
29 cd $NUPIC
30 ./run_tests.sh
31 $NUPIC/bin/htmtest
32 $NTA/bin/htmtest
33 $NTA/bin/testeverything
34 history
35 history > history.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment