From 85791a5abc891f9dc19b1df327ae9321f04a4964 Mon Sep 17 00:00:00 2001 From: Jeff Zhang Date: Sat, 25 Jul 2015 12:25:30 +0800 Subject: [PATCH] readme --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ceee560..254eb3d 100644 --- a/Readme.md +++ b/Readme.md @@ -23,10 +23,11 @@ $ make $ sudo make install $ redis-server & ``` -Then install flask and the redis plugin for python: +Then install flask and the redis plugin: ```bash $ sudo pip install flask $ sudo pip install redis +$ luarocks install redis-lua ``` Put you model file in online_model, rename it as 'model.t7', the start the backend and fontend script: ```bash