From bbcd4a46b40118a6415ff3e7651ce4cb5ece8a7c Mon Sep 17 00:00:00 2001 From: Eddie McWhirter <emcwhirter@usgs.gov> Date: Thu, 28 Jan 2016 14:26:15 -0700 Subject: [PATCH] Fix broken virtual environments link. --- docs/install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index acc78ec56..9a0cadd3f 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 ### -- GitLab