Skip to content

Commit 8e59feb

Browse files
authored
Use single quotes to avoid special zsh chars '[' and ']' (#71)
1 parent 86d422c commit 8e59feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ If you want to test:
2424

2525
.. code-block:: bash
2626
27-
$ pip install .[dev]
27+
$ pip install '.[dev]'
2828
$ inv test

0 commit comments

Comments
 (0)