Skip to content

Commit

Permalink
README: use double-quotes with optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 5, 2024
1 parent 97fe529 commit 4263827
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 @@ -58,7 +58,7 @@ By default, in order to minimize dependencies, only the basic framework function
dependencies that you can install with:

```
pip install dailyai[option,...]
pip install "dailyai[option,...]"
```

Your project may or may not need these, so they're made available as optional requirements. Here is a list:
Expand Down

0 comments on commit 4263827

Please sign in to comment.