Skip to content

Commit

Permalink
use latest beta tag for npm installs
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Jan 25, 2025
1 parent 61c7bfa commit 35c1837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ To get sandbox metrics, you need to install the beta version of the SDKs and CLI

<CodeGroup isTerminalCommand>
```bash {{ language: 'js' }}
npm i @e2b/code-interpreter@1.2.0-beta.0
npm i @e2b/code-interpreter@beta
#
# or use Core: https://github.com/e2b-dev/e2b
# npm i e2b@1.2.0-beta.0
# npm i e2b@beta
```

```bash {{ language: 'python' }}
Expand All @@ -32,7 +32,7 @@ pip install e2b-code-interpreter==1.2.0b0

<CodeGroup isTerminalCommand>
```bash {{ language: 'bash' }}
npm i -g @e2b/cli@1.2.0-beta.0
npm i -g @e2b/cli@beta
```
</CodeGroup>

Expand Down

0 comments on commit 35c1837

Please sign in to comment.