From 26eae4d90a703222175008b13ba04155a2d2b0ee Mon Sep 17 00:00:00 2001 From: Kelle Cruz Date: Thu, 14 Nov 2024 14:17:51 +0100 Subject: [PATCH] add quotes to dev install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 384b86b..db51094 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ pip install sedkit If you plan to modify and/or contribute to the code, install an editable version of the package and the requirements for running the tests. ``` -pip install sedkit -e .[test] +pip install -e ".[test]" ``` ## Demo