Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
Doc: added quote around vpype[all] to cope with zsh
  • Loading branch information
abey79 authored Oct 28, 2021
1 parent 48ce3a8 commit 5f3fd97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then, the preferred way to install *vpype* is in a dedicated `virtual environmen
$ python3 -m venv vpype_venv # create a new virtual environment
$ source vpype_venv/bin/activate # activate the newly created virtual environment
$ pip install --upgrade pip
$ pip install vpype[all]
$ pip install 'vpype[all]'

You should now be able to run *vpype*::

Expand Down Expand Up @@ -101,7 +101,7 @@ The preferred way to install *vpype* is in a dedicated `virtual environment <htt
$ python3 -m venv vpype_venv # create a new virtual environment
$ source vpype_venv/bin/activate # activate the newly created virtual environment
$ pip install --upgrade pip
$ pip install vpype[all]
$ pip install 'vpype[all]'

You should now be able to run *vpype*::

Expand Down Expand Up @@ -147,4 +147,4 @@ For special cases where the :ref:`cmd_show` is not needed and dependencies such

$ pip install vpype

Note the missing ``[all]`` compared the instructions above.
Note the missing ``[all]`` compared the instructions above.

0 comments on commit 5f3fd97

Please sign in to comment.