Skip to content

Instantly share code, notes, and snippets.

@grapeot
Created November 19, 2013 23:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save grapeot/7554572 to your computer and use it in GitHub Desktop.
Save grapeot/7554572 to your computer and use it in GitHub Desktop.
install numba in Debian 7
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