From 97be0ac92b8dee52bc401af94f33da5e1dd8641d Mon Sep 17 00:00:00 2001
From: davebshow <davebshow@gmail.com>
Date: Wed, 27 Jul 2016 16:24:35 -0400
Subject: [PATCH] added install intstructions

---
 docs/index.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/index.rst b/docs/index.rst
index 36f5ea6..c02ca08 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,6 +28,10 @@ syntax introduced in Python 3.5, and does not support earlier Python versions.
 The Basics
 ----------
 
+Install using pip::
+
+    $ pip install goblin
+
 **Driver**
 
 Submit scripts and bindings to the `Gremlin Server`_::
-- 
GitLab