diff --git a/docs/getting-started/prep-application/compiling-python.md b/docs/getting-started/prep-application/compiling-python.md index 362fd3d..2ddb15e 100644 --- a/docs/getting-started/prep-application/compiling-python.md +++ b/docs/getting-started/prep-application/compiling-python.md @@ -12,11 +12,10 @@ create servers and connect to databases. We intend to upstream our patches at so We provide a pre-compiled Python interpreter and patched standard library. You can download them by running ``` -make -C python download +curl -fsSL https://timecraft.s3.amazonaws.com/python/main/python.wasm -o python.wasm +curl -fsSL https://timecraft.s3.amazonaws.com/python/main/python311.zip -o python311.zip ``` -at the root of the repository. - To build Python from scratch, see the instructions in the [`./python`](https://github.com/stealthrocket/timecraft/tree/main/python) dir.