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

Commit

Permalink
Merge pull request #9 from stealthrocket/python-nightly
Browse files Browse the repository at this point in the history
Use Python nightly
  • Loading branch information
Pryz committed Jul 11, 2023
2 parents 8f22b1a + 7280acd commit 0139432
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 0139432

Please sign in to comment.