Improve web demo docs.

This commit is contained in:
Brandon Amos 2015-11-04 15:59:04 -05:00
parent b3f1748ac4
commit 3607e23887
1 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,11 @@ In practice, object tracking
[like dlib's](http://blog.dlib.net/2015/02/dlib-1813-released.html) [like dlib's](http://blog.dlib.net/2015/02/dlib-1813-released.html)
should be used once the face recognizer has predicted a face. should be used once the face recognizer has predicted a face.
To run on your system, after following the setup directions To run on your system, first follow the
below, install the requirements for the web demo with [Setup Guide](setup.md) and make sure you can
run a simpler demo, like the [comparison demo](demo-2-comparison.md).
Next, install the requirements for the web demo with
`./install-deps.sh` and `sudo pip install -r requirements.txt` `./install-deps.sh` and `sudo pip install -r requirements.txt`
from the `demos/web` directory. from the `demos/web` directory.
This is currently not included in the Docker container. This is currently not included in the Docker container.