updates example command to be consistent with text

This commit is contained in:
Ted Sanders 2023-04-14 15:53:42 -07:00
parent b61f81e56c
commit 0c957691a5

View File

@ -51,7 +51,7 @@
"Install any missing libraries with `pip install` in your terminal. E.g.,\n",
"\n",
"```zsh\n",
"pip install tiktoken\n",
"pip install openai\n",
"```\n",
"\n",
"(You can also do this in a notebook cell with `!pip install openai`.)\n",