docs: poetry publish 3 (#28280)

This commit is contained in:
Erick Friis 2024-11-21 21:14:28 -08:00 committed by GitHub
parent 29f8a79ebe
commit 65deeddd5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,13 @@ Note: Replace `<latest_version>` with the latest version of `langchain-tests` be
poetry add --group test pytest pytest-socket langchain-tests==<latest_version>
```
And finally, have poetry set up a virtual environment with your dependencies, as well
as your integration package:
```bash
poetry install --with test
```
You're now ready to start writing your integration package!
## Writing your integration

View File

@ -38,6 +38,7 @@
"```bash\n",
"poetry add langchain-core\n",
"poetry add --group test pytest pytest-socket langchain-tests==<latest_version>\n",
"poetry install --with test\n",
"```\n",
" </TabItem>\n",
" <TabItem value=\"pip\" label=\"Pip\">\n",