From 663ee889ee22df5bb9a243073d7d96ef9b997633 Mon Sep 17 00:00:00 2001 From: Valmik Date: Fri, 12 Aug 2016 17:32:16 +0530 Subject: [PATCH] instructions to install python if not exists --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2468e88f..ac611727 100755 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ Easy Setup ---------- - This is an opinionated setup with logging and SE Linux. So, it is best to setup on a blank server. -- Works on Ubuntu 14.04 to 16.04, CentOS 7+, Debian 7 to 8 and MacOS X. If you find any problems, post them on our forum: [https://discuss.erpnext.com](https://discuss.erpnext.com) +- Works on Ubuntu 14.04 to 16.04, CentOS 7+, Debian 7 to 8 and MacOS X. +- You may have to install Python 2.7 (eg on Ubuntu 16.04+) by running `apt-get install python-minimal` - This script will install the pre-requisites, install bench and setup an ERPNext site - Passwords for Frappe Administrator and MariaDB (root) will be asked - You can then login as **Administrator** with the Administrator password +- If you find any problems, post them on our forum: [https://discuss.erpnext.com](https://discuss.erpnext.com) Production vs Develop ---------------------