From 4263827ee8632c4f3efaa64e5db7cffed1c194c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 4 Apr 2024 17:47:16 -0700 Subject: [PATCH] README: use double-quotes with optional dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f3361446..1f625ef45 100644 --- a/README.md +++ b/README.md @@ -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: