From 3154c9bc9f0cf32f9f3df09302fd69551bbfea8a Mon Sep 17 00:00:00 2001 From: KallieLev <45874373+KallieLev@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:07:03 +0200 Subject: [PATCH] docs: Update dependencies installation cell in steam toolkit (#15148) **Description:** `decouple` is not the correct package, it's `python-decouple`, and the notebook cell doesn't compile. --- docs/docs/integrations/toolkits/steam.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/toolkits/steam.ipynb b/docs/docs/integrations/toolkits/steam.ipynb index 879e1a08c2a..ab52e56f1b5 100644 --- a/docs/docs/integrations/toolkits/steam.ipynb +++ b/docs/docs/integrations/toolkits/steam.ipynb @@ -25,7 +25,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install python-steam-api, decouple" + "!pip install python-steam-api python-decouple" ] }, {