From c1cab5ee7c8381498d2ec83cc20aed4fd89b9cc4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 17 Apr 2019 18:45:03 -0700 Subject: [PATCH] Add a note to the README directing readers to the website for install instructions (cherry picked from commit 1f29d7f2a45206af433831f7b266a76bd68418ae) --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5d687e77..c92672fb 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,13 @@ API, enabling Python applications to have a native GUI on Windows, Macs or Unix systems, with a native look and feel and requiring very little (if any) platform specific code. +.. note:: + This document is primarily intended for those who will be working on + wxPython, or at least building with the source code fetched directly from + GitHub. If that's not you then please refer to the instructions at the + `wxPython website `_ about how to get + the current release of wxPython for your platform and chosen Python + environment. .. contents:: **Contents**