Skip to content

Instantly share code, notes, and snippets.

@csbond007
Last active November 9, 2016 02:57
Show Gist options
  • Save csbond007/2a6ead428d1e8afb6fee49e8c5d7e4d2 to your computer and use it in GitHub Desktop.
Save csbond007/2a6ead428d1e8afb6fee49e8c5d7e4d2 to your computer and use it in GitHub Desktop.
///////////////////////////////////////////////////////////////////////
sudo yum group install "Development Tools"
sudo yum install python-devel.x86_64
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm
sudo yum update
sudo yum install mysql-server
sudo systemctl start mysqld
git clone https://github.com/numenta/nupic.git
curl https://bootstrap.pypa.io/get-pip.py | sudo python
pip install nupic --user
//////////////////////////////////////////////////////////////////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment