We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ebd3f commit 81a8798Copy full SHA for 81a8798
intro.ipynb
@@ -61,7 +61,8 @@
61
"import pkg_resources # Install the package if it's not installed\n",
62
"if not \"dspy-ai\" in {pkg.key for pkg in pkg_resources.working_set}:\n",
63
" !pip install -U pip\n",
64
- " !pip install -e $repo_path\n",
+ " !pip install dspy-ai\n",
65
+ " # !pip install -e $repo_path\n",
66
"\n",
67
"import dspy"
68
]
0 commit comments