From fabbb3942a912553e88e0ba3639c3f6e87803879 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Fri, 21 Dec 2012 11:54:18 +0400 Subject: [PATCH] Add info about external dependencies Thanks to #simonmorley Issue: https://github.com/Houdini/two_factor_authentication/issues/5 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4e593aa..486117e 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,12 @@ Your send sms logic should be in this method in your User model: ``` This example just puts the code in the logs. + +### External dependencies + +Randexp requires words files (Check if it is installed in /usr/share/dict/words or /usr/dict/words), +you might need install it: + +```bash +apt-get install wbritish # or whichever you require +```