From 1ee5675750f5e6ff4a06d5ac8b2caebdeed0dd69 Mon Sep 17 00:00:00 2001 From: Damian Dimmich Date: Wed, 26 Feb 2014 10:29:42 +0100 Subject: [PATCH] Update README.md remove old doc line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b00fc02351..b9f5466379 100644 --- a/README.md +++ b/README.md @@ -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/`