Skip to content

Commit

Permalink
Removed period from pip install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Mar 6, 2017
1 parent 53b5690 commit 1dd6132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_18/README.md
Expand Up @@ -59,7 +59,7 @@ Installing virtualenv

If you're using an earlier version of Python or if your system isn't set up to use the *venv* module correctly, you can install the *virtualenv* package. To install virtualenv, enter the following:

$ pip install --user virtualenv.
$ pip install --user virtualenv

You may use pip in a slightly different manner on your system; see [installing Python Packages](../chapter_12/installing_pip.md) if you need help using pip.

Expand Down

0 comments on commit 1dd6132

Please sign in to comment.