From 0af2c7eb1130611df71269f6a5d05086f6b52716 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Sun, 25 Jun 2023 22:18:53 +0800 Subject: [PATCH] docs: instructions for trying out binaries (#44) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1cb110924cbbf..1babbdca29c7d6 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,10 @@ sequenceDiagram We will run the [bm_nbody.py](./bm_nbody.py) script and the [bm_float_unboxed.py](./bm_float_unboxed.py) to gather results. For now we expect performance to have no improvement as we have yet to implement the copy and patch JIT compiler. +## Trying this project out + +We provide pre-compiled binaries for 64-bit Windows 10/11 via GitHub releases. + ## Changelog over CS4215 * Refactor: Typeprop codegen by @JuliaPoo in https://github.com/pylbbv/pylbbv/pull/1