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 c821d62 commit 4d15c4bCopy full SHA for 4d15c4b
semantic-kernel-python/run.sh
@@ -21,7 +21,7 @@ source $($PYTHON_BINARY -m poetry env info --path)/bin/activate
21
# Recreate the poetry lock file
22
$PYTHON_BINARY -m poetry lock --no-update
23
# Install from pyproject.toml into package specific environment
24
-$PYTHON_BINARY -m poetry install --with dev
+$PYTHON_BINARY -m poetry install ".[mongodb]" --with dev
25
26
# Create .env file
27
python -c "from dotenv import set_key; set_key('.env', 'OPENAI_API_KEY', '$openai_api_key')"
0 commit comments