Skip to content

Commit 2f0be3a

Browse files
Support zsh in editable install
1 parent 8e4caa3 commit 2f0be3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install Python dependencies in a virtual environment.
1414

1515
.. code:: sh
1616
17-
pip install --editable .[dev]
17+
pip install --editable '.[dev]'
1818
1919
Spell checking requires ``enchant``.
2020
This can be installed on macOS, for example, with `Homebrew <https://brew.sh>`__:

0 commit comments

Comments
 (0)