README: use double-quotes with optional dependencies

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-04 17:47:16 -07:00
parent 97fe529b0e
commit 4263827ee8

View File

@@ -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: