Skip to content

Instantly share code, notes, and snippets.

@viirya
Created February 2, 2014 09:40
Show Gist options
  • Save viirya/8765411 to your computer and use it in GitHub Desktop.
Save viirya/8765411 to your computer and use it in GitHub Desktop.
# Update EC2 packages
sudo yum install cmake boost-devel.x86_64 boost-python.x86_64 boost-serialization.x86_64 -y
sudo yum install swig blas-devel.x86_64 lapack-devel.x86_64 -y
# Install Python packages
sudo pip install numpy bitarray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment