Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Use Python nightly #9

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/getting-started/prep-application/compiling-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down