Repository: incubator-predictionio Updated Branches: refs/heads/develop a92781496 -> ffe7d853b
New template gallery instructions Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/ffe7d853 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/ffe7d853 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/ffe7d853 Branch: refs/heads/develop Commit: ffe7d853b0f0575c74c8861c970cd56104aae06a Parents: a927814 Author: Donald Szeto <[email protected]> Authored: Sat Sep 10 17:12:35 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Sat Sep 10 17:12:35 2016 -0700 ---------------------------------------------------------------------- docs/manual/source/start/download.html.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/ffe7d853/docs/manual/source/start/download.html.md ---------------------------------------------------------------------- diff --git a/docs/manual/source/start/download.html.md b/docs/manual/source/start/download.html.md index 42f4f28..4aa02b4 100644 --- a/docs/manual/source/start/download.html.md +++ b/docs/manual/source/start/download.html.md @@ -2,16 +2,14 @@ title: Downloading an Engine Template --- -The first step to create a new engine is to browse [PredictionIO template gallery](/gallery/template-gallery) where you could find Engine Templates for all kinds of machine learning tasks. Choose an engine template that matches your use case the best. You can further customize the engine later if you like. +The first step to create a new engine is to browse [PredictionIO template +gallery](/gallery/template-gallery) where you could find Engine Templates for +all kinds of machine learning tasks. Choose an engine template that matches your +use case the best. You can further customize the engine later if you like. -To download a template, run: +To download a template, go to the template gallery, pick an engine template and +click its name. You will be redirected to the engine template's GitHub +repository. Clone the engine to your local machine to further customize it. -``` -$ pio template get <template-repo-path> <your-new-engine-directory> -``` - -You will find the `<template-repo-path>` of the chosen the template in the [PredictionIO template gallery](/gallery/template-gallery). - -NOTE: `pio` is a command available in the `bin/` of the installed PredictionIO directory. You may add the installed Prediction's bin/ directory path to you environment PATH. - -Please browse the [PredictionIO template gallery](/gallery/template-gallery) to choose an engine template. +Please browse the [PredictionIO template gallery](/gallery/template-gallery) to +choose an engine template.
