Reference virtualenvwrapper from linux install page: Refs #469

This commit is contained in:
Helen ST
2014-12-04 18:51:43 +00:00
parent ec1cbf4dad
commit e9eb5da170
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -113,6 +113,8 @@ and across developers.
Lastly, remember to exclude the virtual environment folder from source
control by adding it to the ignore list.
.. _virtualenvwrapper-ref:
virtualenvwrapper
-----------------
+2
View File
@@ -58,6 +58,8 @@ maintaining a project which requires Django 1.0.
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
You can also use :ref:`virtualenvwrapper <virtualenvwrapper-ref>` to make it easier to
manage your virtual environments.
--------------------------------