Skip to content

Instantly share code, notes, and snippets.

@csbond007
Created November 4, 2016 22:17
Show Gist options
  • Save csbond007/2cbca3abea333367d482d83f1827c378 to your computer and use it in GitHub Desktop.
Save csbond007/2cbca3abea333367d482d83f1827c378 to your computer and use it in GitHub Desktop.
Youtube : https://www.youtube.com/watch?v=rN-57iBvcT4
Resource Link : https://github.com/numenta/nupic
python --version
sudo apt-get install python2.7-dev
curl https://bootstrap.pypa.io/get-pip.py | sudo python
pip --version
pip install wheel
pip install numpy
pip install nupic --user
pip freeze | grep nupic
sudo apt-get install git
git clone https://github.com/numenta/nupic.git
cd nupic
export NUPIC=/home/saha/4_11/nupic
export PATH=~/.local/bin:$PATH
./scripts/run_nupic_tests.py -u
cd /home/saha/4_11/nupic/examples/opf/clients/hotgym/prediction/one_gym
python -c 'import pkg_resources;n=pkg_resources.get_distribution("nupic");b=pkg_resources.get_distribution("nupic.bindings");print n.project_name, n.version;print b.project_name, b.version'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment