mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 06:40:04 +00:00
docs: poetry publish 3 (#28280)
This commit is contained in:
parent
29f8a79ebe
commit
65deeddd5d
@ -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>
|
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!
|
You're now ready to start writing your integration package!
|
||||||
|
|
||||||
## Writing your integration
|
## Writing your integration
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
"```bash\n",
|
"```bash\n",
|
||||||
"poetry add langchain-core\n",
|
"poetry add langchain-core\n",
|
||||||
"poetry add --group test pytest pytest-socket langchain-tests==<latest_version>\n",
|
"poetry add --group test pytest pytest-socket langchain-tests==<latest_version>\n",
|
||||||
|
"poetry install --with test\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
" </TabItem>\n",
|
" </TabItem>\n",
|
||||||
" <TabItem value=\"pip\" label=\"Pip\">\n",
|
" <TabItem value=\"pip\" label=\"Pip\">\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user