From 17e883b99ea60bfe8eb0c0134666e5fb463ac9ca Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 25 Feb 2016 19:59:41 -0600
Subject: [PATCH] Fix pip install docs

---
 doc/misc.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index 2f8fac090..89279d974 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -5,7 +5,9 @@ Installation
 
 This command should install :mod:`loopy`::
 
-    pip install loopy
+    pip install loo.py
+
+(Note the extra "."!)
 
 You may need to run this with :command:`sudo`.
 If you don't already have `pip <https://pypi.python.org/pypi/pip>`_,
-- 
GitLab