From 249b006213e0db9d04d2e3c957997a49ecd8f87c Mon Sep 17 00:00:00 2001 From: eltbus <33374178+eltbus@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:22:30 +0100 Subject: [PATCH] Use single quotes to avoid special zsh chars '[' and ']' --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0a7dac4..7bdc864 100644 --- a/README.rst +++ b/README.rst @@ -24,5 +24,5 @@ If you want to test: .. code-block:: bash - $ pip install .[dev] + $ pip install '.[dev]' $ inv test