From abe0d20c0d34049aa2211383df4ec7a1a56d0086 Mon Sep 17 00:00:00 2001 From: Raghavendra Kamath Date: Mon, 23 Oct 2017 23:28:56 +0530 Subject: [PATCH] Update README.MD A non root-user install doesn't require 'sudo' A ' --user' option is more suitable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3248c4..c5359a1b 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To manually install frappe/erpnext here are the steps Install bench as a *non root* user, git clone https://github.com/frappe/bench bench-repo - sudo pip install -e bench-repo + pip install --user -e bench-repo Note: Please do not remove the bench directory the above commands will create