Skip to content

Commit e81a6dc

Browse files
committed
Update package versions
1 parent ff7cf4e commit e81a6dc

File tree

1 file changed

+2
-2
lines changed
  • apps/web/src/app/(docs)/docs/sandbox/persistence

1 file changed

+2
-2
lines changed

apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To use the sandbox persistence, you need to install the beta version of the SDKs
1717

1818
<CodeGroup>
1919
```bash {{ language: 'js' }}
20-
npm i e2b@beta
20+
npm i @e2b/code-interpreter@beta
2121
```
2222

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

0 commit comments

Comments
 (0)