diff --git a/README.md b/README.md index 6894aed..7d9e3f9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ The API is loosly based on the FFI of [pyodide](https://pyodide.org/en/stable/u See the [documentation](https://emscripten-forge.github.io/pyjs/) for a full documentation. ## Try it out -To try it out, you can use the [playground](https://emscripten-forge.github.io/pyjs/lite/). +* To try it out, you can use the [playground](https://emscripten-forge.github.io/pyjs/lite/). +* To create your own jupyterlite deployments use + [xeus-lite-demo](https://github.com/jupyterlite/xeus-lite-demo) ## Quickstart @@ -46,4 +48,4 @@ const py_list = pyjs.eval("[i for i in range(10)]") /// access console.log(py_list.get(0)) // same as py_list[0] on the python side -``` \ No newline at end of file +```