Created
February 2, 2014 09:40
-
-
Save viirya/8765411 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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