From 757d8960f0b9c8874d7b680d5087c822eede2eed Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Fri, 25 May 2018 17:39:47 +0530 Subject: [PATCH] Update install.rst Highlighted pip section. --- docs/source/install/install.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 50e7914a..82265fb5 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -1,8 +1,11 @@ Use pre-built packages ----------------------- -If you need only `python` interface, you can install it using `pip`. This is the easiest -way to install Python interface. +pip +^^^^ + +If you only need `python` interface, use `pip`. This is the easiest way to install Python interface. +This solution has been tested for Linux and MacOSX. :: pip install pymoose -- GitLab