Merge pull request #1437 from ddimmich/patch-1

Update README.md
This commit is contained in:
Rushabh Mehta 2014-03-06 10:46:03 +05:30
commit 2a45e1cfd0

View File

@ -30,7 +30,6 @@ ERPNext is built on [frappe](https://github.com/frappe/frappe)
1. Install pip: `sudo easy_install pip`
1. Create a `bench` directory
1. Clone `frappe` in the `bench` : `git clone https://github.com/frappe/frappe`
1. Install python libraries `sudo pip install webnotes/requirements.txt`
1. Clone `erpnext` in the `bench`: `git clone https://github.com/frappe/erpnext.git`
1. Clone `shopping-cart` in the `bench`: `git clone https://github.com/frappe/shopping-cart.git`
1. Install the packages: `pip install -e frappe/ erpnext/ shopping-cart/`