From 3607e23887ae3ca9d687a6eb05bd2c6df5b3e701 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Wed, 4 Nov 2015 15:59:04 -0500 Subject: [PATCH] Improve web demo docs. --- docs/demo-1-web.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/demo-1-web.md b/docs/demo-1-web.md index 41bdd4c..3a43da6 100644 --- a/docs/demo-1-web.md +++ b/docs/demo-1-web.md @@ -12,8 +12,11 @@ In practice, object tracking [like dlib's](http://blog.dlib.net/2015/02/dlib-1813-released.html) should be used once the face recognizer has predicted a face. -To run on your system, after following the setup directions -below, install the requirements for the web demo with +To run on your system, first follow the +[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` from the `demos/web` directory. This is currently not included in the Docker container.