From 54793544a2df3117c83aecdfbc663fbf960dd686 Mon Sep 17 00:00:00 2001 From: Abhai Kollara Dilip Date: Wed, 20 Feb 2019 22:46:56 +0000 Subject: [PATCH] Update README.rst (#4167) Fixes error when copy pasting. --- python-package/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-package/README.rst b/python-package/README.rst index 96ad6a555..6c345ea4f 100644 --- a/python-package/README.rst +++ b/python-package/README.rst @@ -28,8 +28,8 @@ Please install ``gcc@5`` from `Homebrew `_:: After installing ``gcc@5``, set it as your compiler:: - export CC = gcc-5 - export CXX = g++-5 + export CC=gcc-5 + export CXX=g++-5 Linux -----