From 4fca8f0a0f5dfa3c2794d33d94fa3a15069fe57d Mon Sep 17 00:00:00 2001 From: Afshin Mehrabani Date: Sun, 3 Aug 2014 23:59:50 +0430 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index aecfebe..fdc8d80 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ Create fake REST API in a minute

+##Install + +Issue following command: + + pip install liaar + +Above command installs all dependecies automatically. Then use following command to run the liaar: + + liaar + + ##How to use? You should create directories as resources’ namespace and place JSON files inside them as API methods.