From 21978c02eed1911d312c4ef1a99cd82c250ae45f Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@users.noreply.github.com>
Date: Sat, 3 Feb 2018 22:43:03 +0530
Subject: [PATCH] Update install.rst

Fixed typo.
---
 docs/source/install/install.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst
index 509c86ca..5fb4bfe9 100644
--- a/docs/source/install/install.rst
+++ b/docs/source/install/install.rst
@@ -3,9 +3,8 @@ 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 install pymoose 
+     pip install pymoose 
 
 We also build moose package with additional components such as gui and `moogli`. 
 
-- 
GitLab