Skip to content

Commit

Permalink
Minor fix to installation.rst (#1665)
Browse files Browse the repository at this point in the history
Fixed the position of the --user flag for the suggested pip install command.
  • Loading branch information
shaido987 authored Feb 26, 2020
1 parent 9722ec0 commit 45d2802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inconsistent state.

.. code-block:: console
python -m pip --user install virtualenv
python -m pip install --user virtualenv
python -m virtualenv --help
via zipapp
Expand Down

0 comments on commit 45d2802

Please sign in to comment.