From b324bc422d97403534048b587ae44836fe08833c Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 25 Mar 2016 11:42:18 +0530 Subject: [PATCH] [fix] readme - python install.py --develop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e4d2e8..26642c5f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Tested on Ubuntu 14.04+ and MacOS X. If you find any problems, post them on our ``` wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py -python install.py +python install.py --develop ``` This script requires Python2.7+ installed on your machine. You need to run this with a user that is **not** `root`, but can `sudo`. If you don't have such a user, you can search the web for *How to add a new user in { your OS }* and *How to add an existing user to sudoers in { your OS }*.