Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/oss/langchain/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,22 @@ To install the LangChain package:
<CodeGroup>
```bash npm
npm install langchain @langchain/core
# Requires Node.js 20+
```

```bash pnpm
pnpm add langchain @langchain/core
# Requires Node.js 20+
```

```bash yarn
yarn add langchain @langchain/core
# Requires Node.js 20+
```

```bash bun
bun add langchain @langchain/core
# Requires Node.js 20+
```
</CodeGroup>
:::
Expand Down