From 09814f38301aa2eb399a85b7bca8fc966db1f59c Mon Sep 17 00:00:00 2001 From: "Chris S. Kim" Date: Sat, 21 Sep 2024 10:14:40 -0400 Subject: [PATCH] Add pickleshare to required dependencies --- .../Anthropic 1P/00_Tutorial_How-To.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prompt_engineering_interactive_tutorial/Anthropic 1P/00_Tutorial_How-To.ipynb b/prompt_engineering_interactive_tutorial/Anthropic 1P/00_Tutorial_How-To.ipynb index c68544a..18e7858 100644 --- a/prompt_engineering_interactive_tutorial/Anthropic 1P/00_Tutorial_How-To.ipynb +++ b/prompt_engineering_interactive_tutorial/Anthropic 1P/00_Tutorial_How-To.ipynb @@ -17,7 +17,7 @@ "\n", "1. Clone this repository to your local machine.\n", "\n", - "2. Install the required dependencies by running the following command:\n", + "2. Install the required dependencies by running the following commands:\n", " " ] }, @@ -27,7 +27,8 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install anthropic" + "%pip install anthropic\n", + "%pip install pickleshare" ] }, {