2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

Update README.MD

A non root-user install doesn't require 'sudo' A ' --user' option is more suitable.
This commit is contained in:
Raghavendra Kamath 2017-10-23 23:28:56 +05:30 committed by GitHub
parent 9c15073297
commit abe0d20c0d

View File

@ -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