Skip to content

Instantly share code, notes, and snippets.

@grapefroot
Created July 18, 2015 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grapefroot/9a1b0ef2b2c4d121e96b to your computer and use it in GitHub Desktop.
Save grapefroot/9a1b0ef2b2c4d121e96b to your computer and use it in GitHub Desktop.
Torch installation script
curl -sk https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment