diff --git a/docs/install.md b/docs/install.md
index acc78ec56d532d76218565d03f0f024842b4c5c1..9a0cadd3f3ca8687ba2a700b14cc436f3650be3d 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -1,8 +1,8 @@
 Installation
 ============
 
-We recommend using
-[virtual environments (http://docs.python-guide.org/en/latest/dev/virtualenvs/)][].
+We recommend using virtual environments:
+[(http://docs.python-guide.org/en/latest/dev/virtualenvs/)](http://docs.python-guide.org/en/latest/dev/virtualenvs/)
 
 Check out the [Mac](#mac) and [Windows](#windows) details below for more
 specific dependency information.
@@ -19,8 +19,6 @@ specific dependency information.
 The [Command Line Usage](./usage.md) and [Python API](./api.md)
 pages have more instructions and examples.
 
-[virtual environments]: http://docs.python-guide.org/en/latest/dev/virtualenvs/
-
 
 ---
 ### Mac ###