From dbb8f072488a8d5aa049afb1731b97a37d84561c Mon Sep 17 00:00:00 2001 From: Alexandra Wang Date: Tue, 11 Jul 2017 11:39:24 -0700 Subject: [PATCH] Fixes readme confusion over steps for mac vs linux Signed-off-by: John Gaskin Signed-off-by: Todd Sedano --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ed2c48dc2..9730a73602 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ to the segments, and collects the results. ## Building Greenplum Database with GPORCA -### Installing dependencies -A. For macOS developers, follow [these steps](README.macOS.md) for getting your system ready for GPDB +### Installing dependencies (for macOS developers) +Follow [these macOS steps](README.macOS.md) for getting your system ready for GPDB -Or +### Installing dependencies (for Linux developers) -B.1 Install needed python modules +1. Install needed python modules Add the following Python modules (2.7 & 2.6 are supported) @@ -49,7 +49,7 @@ B.1 Install needed python modules If necessary, upgrade modules using "pip install --upgrade". pip should be at least version 7.x.x. -B.2 Verify that you can ssh to your machine name without a password +2. Verify that you can ssh to your machine name without a password ``` ssh # e.g., ssh briarwood ``` -- GitLab