-
-
Save schalekamp/d9560d892c4b5d7459f1 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
#make sure llvm-3.3 is installed! + numba requirements | |
sudo apt-get install llvm cython python-pip llvm-3.3 | |
sudo LLVM_CONFIG_PATH=/usr/lib/llvm-3.3/bin/llvm-config pip install llvmpy | |
sudo pip install numba |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment