Created
November 19, 2013 23:37
-
-
Save grapeot/7554572 to your computer and use it in GitHub Desktop.
install numba in Debian 7
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
sudo apt-get install llvm cython python-pip python-llvm | |
git clone https://github.com/numba/numba.git # Not sure whether this is necessary | |
cd numba | |
sudo pip install -r requirements.txt | |
sudo pip install numba |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment