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:
parent
9c15073297
commit
abe0d20c0d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user