From b6b0c198e411025f705953c8230b1492879cee5c Mon Sep 17 00:00:00 2001 From: Adi Mukherjee Date: Tue, 24 Sep 2024 13:46:48 +0100 Subject: [PATCH] Update installation.rst Fix syntax to correctly render code block --- docs/src/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/installation.rst b/docs/src/installation.rst index 5dda4ef2..3f56aa3f 100644 --- a/docs/src/installation.rst +++ b/docs/src/installation.rst @@ -14,7 +14,7 @@ Installing ell By default, this installs only the OpenAI client SDK. If you want to include the Anthropic client SDK, use the "anthropic" extra like so: - .. code-block:: bash + .. code-block:: bash pip install -U ell-ai[anthropic]