typo fix in virtualenv development instructions

This commit is contained in:
Nathan Goldbaum
2016-12-04 13:38:35 -06:00
committed by GitHub
parent 0b174a8d3e
commit e414047377
+2 -2
View File
@@ -18,8 +18,8 @@ environment of the project. Over time this can result in a messy global package
list.
In order to make sure that you install packages to your active virtual
environment when you use ``pip install``, consider adding the following two
lines to your :file:`~/.bashrc` file:
environment when you use ``pip install``, consider adding the following
line to your :file:`~/.bashrc` file:
.. code-block:: console