Improve web demo docs.
This commit is contained in:
parent
b3f1748ac4
commit
3607e23887
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue