From e6c8e644b2bd26cf22ea2a70a299049a548fd95e Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Mon, 3 Oct 2016 16:47:45 +0900 Subject: [PATCH] Provide link to MediaWiki platform specific page Provide a link to the MediaWiki page on git-review installation, which provides details for a range of platforms, including Windows and OS X/macOS. Change-Id: If030fa7614a7cea33c2a55605a6f0d68751173ea Story: #2000481 --- doc/source/installation.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index b2900463..a64d6c71 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -5,12 +5,15 @@ Installing git-review ===================== -Install with pip install git-review +``git-review`` can be often be installed via system packages, ``pypi`` +releases or other platform-specific methods. See +``__ for platform +information. -For assistance installing pip on your os check out get-pip: -http://pip.readthedocs.org/en/latest/installing.html +For assistance installing pacakges from ``pypi`` on your OS check out +`get-pip.py `__. -For installation from source simply add git-review to your $PATH +For installation from source simply add ``git-review`` to your $PATH after installing the dependencies listed in requirements.txt Setup