2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

[fix] readme - python install.py --develop

This commit is contained in:
Anand Doshi 2016-03-25 11:42:18 +05:30
parent 8b76f2808b
commit b324bc422d

View File

@ -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 }*.