Skip to content

Commit be6a5c4

Browse files
authored
Merge pull request BVLC#5813 from jqueguiner/patch-1
fix web demo install instruction link
2 parents e5b3fbe + 751a570 commit be6a5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_demo/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ priority: 10
1111
## Requirements
1212

1313
The demo server requires Python with some dependencies.
14-
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)).
14+
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)).
1515

1616
Make sure that you have obtained the Reference CaffeNet Model and the ImageNet Auxiliary Data:
1717

0 commit comments

Comments
 (0)