Skip to content

Commit

Permalink
Merge pull request BVLC#5813 from jqueguiner/patch-1
Browse files Browse the repository at this point in the history
fix web demo install instruction link
  • Loading branch information
Noiredd authored Nov 2, 2017
2 parents e5b3fbe + 751a570 commit be6a5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web_demo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit be6a5c4

Please sign in to comment.