Skip to content

Commit

Permalink
Merge branch 'docs-persistence'
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Dec 17, 2024
2 parents 77c9a52 + e81a6dc commit 8387137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ To use the sandbox persistence, you need to install the beta version of the SDKs

<CodeGroup>
```bash {{ language: 'js' }}
npm i e2b@beta
npm i @e2b/code-interpreter@beta
```

```bash {{ language: 'python' }}
# Install the latest beta version of the SDK on PyPi
# https://pypi.org/project/e2b/#history
pip install e2b-code-interpreter==1.1.0.b17
pip install e2b-code-interpreter==1.0.4b
```
</CodeGroup>

Expand Down

0 comments on commit 8387137

Please sign in to comment.