Use %pip install not !pip install, refs #30

This commit is contained in:
Simon Willison
2024-08-29 16:57:25 -07:00
committed by GitHub
parent cf2979dc88
commit d6dac6ca7b
12 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",