From 27ad9634f1c9b6086188184fded756b11eb44f61 Mon Sep 17 00:00:00 2001 From: lake4790k Date: Sun, 15 May 2016 18:03:59 +0200 Subject: [PATCH] document how to upgrade to latest Torch version --- docs/00-getting-started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/00-getting-started.md b/docs/00-getting-started.md index 7a7ab8e..5ffae26 100644 --- a/docs/00-getting-started.md +++ b/docs/00-getting-started.md @@ -39,6 +39,16 @@ source ~/.zshrc source ~/.profile ``` +If you want to upgrade to the very latest Torch version (`https://github.com/torch/distro.git` is only updated from time to time): + +```bash +# dependencies may have changed since your previous install +bash install-deps; +# moves the distro to latest package versions +./update.sh +./install.sh +``` + If you ever need to uninstall torch, simply run the command: ```bash