From 751a570a3674e2d77e157a7e365fe68f05505157 Mon Sep 17 00:00:00 2001 From: Jean-Louis Queguiner Date: Tue, 1 Aug 2017 11:16:29 +0200 Subject: [PATCH] [DOC][FIX] fix web demo install instruction link --- examples/web_demo/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_demo/readme.md b/examples/web_demo/readme.md index fe74b9ef7d3..e50c4f101ee 100644 --- a/examples/web_demo/readme.md +++ b/examples/web_demo/readme.md @@ -11,7 +11,7 @@ priority: 10 ## Requirements The demo server requires Python with some dependencies. -To make sure you have the dependencies, please run `pip install -r examples/web_demo/requirements.txt`, and also make sure that you've compiled the Python Caffe interface and that it is on your `PYTHONPATH` (see [installation instructions](/installation.html)). +To make sure you have the dependencies, please run `pip install -r examples/web_demo/requirements.txt`, and also make sure that you've compiled the Python Caffe interface and that it is on your `PYTHONPATH` (see [installation instructions](http://caffe.berkeleyvision.org/installation.html)). Make sure that you have obtained the Reference CaffeNet Model and the ImageNet Auxiliary Data: