From 26991af3f185e450fa1133d8c79b95f41f29378c Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Fri, 10 Apr 2015 23:43:06 -0400 Subject: [PATCH] Fix doc lint problem. --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 539b0597..fd6464ab 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -104,7 +104,7 @@ Installation suitable for \*nix are as follows. These instructions can work for Windows as well but generally the ``easy_install`` instructions below are more robust for Window's environments. -1. Install `virtualenv <http://www.virtualenv.org/en/latest/#installation>`_ (if not available):: +1. Install virtualenv_ (if not available):: pip install virtualenv -- GitLab