From 649997efba90d3f1bbaa7364a4647a6a6106d5be Mon Sep 17 00:00:00 2001 From: gavin Date: Thu, 28 May 2020 20:15:04 +0530 Subject: [PATCH] docs: re-link installation docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b2d03da..6d4be94d 100755 --- a/README.md +++ b/README.md @@ -147,6 +147,11 @@ For more information and advanced setup instructions, check out the [Easy Instal ### Manual Installation Although not recommended, some might want to manually setup a bench instance locally for development. To quickly get started on installing bench the hard way, you can follow [Installing Bench and Frappe](https://frappe.io/docs/user/en/installation). + + ```sh + $ pip install frappe-bench + ``` +Next you'll have to set up the pre-requisites for setting up a Frappe Environment. Checkout [docs/installation](https://github.com/frappe/bench/blob/master/docs/installation.md) for more information on this. For more extensive distribution-dependent documentation, check out the following guides: