Merge pull request #2230 from jorgesumle/url-docs

Update virtualenv URL in documentation
This commit is contained in:
Justin Mayer 2017-10-23 07:27:53 -07:00 committed by GitHub
commit 71625af8a4

View file

@ -15,8 +15,8 @@ Setting up the development environment
======================================
While there are many ways to set up one's development environment, following
is a method that uses `virtualenv <http://www.virtualenv.org/>`_. If you don't
have ``virtualenv`` installed, you can install it via::
is a method that uses `virtualenv <https://virtualenv.pypa.io/en/stable/>`_.
If you don't have ``virtualenv`` installed, you can install it via::
$ pip install virtualenv