Skip to content

Commit

Permalink
add quotes to dev install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Nov 14, 2024
1 parent 86d056a commit 26eae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26eae4d

Please sign in to comment.