From 5f35a211fc8adb83d8cae13800cc63960bdc5ac3 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 11 Nov 2022 16:29:58 +0800 Subject: [PATCH] Update README.md Update README.md Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc912cfe..03f830a5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ ![build](https://github.com/blueloveTH/pocketpy/actions/workflows/main.yml/badge.svg) -`pocketpy` is a C++17 single-file header-only cross platform Python Interpreter. +C++17 single-file header-only cross platform Python Interpreter. + +`pocketpy` is being heavy development now. + +You can [try our demo on your browser](https://blueloveth.github.io/pocketpy/) or [download a prebuilt windows binary](https://github.com/blueloveTH/pocketpy/actions/workflows/main.yml). ![sample_img](docs/readme_sample.png) -**CURRENTLY IN DEVELOPMENT!!** - ## Build From Source (Linux) First clone the repository @@ -31,10 +33,6 @@ It will generate `pocketpy.h` and `main.cpp` in `amalgamated/` directory. You ca g++ -o pocketpy src/main.cpp --std=c++17 -O1 ``` -## Prebuilt Windows Binaries - -Go to https://github.com/blueloveTH/pocketpy/actions/workflows/main.yml to get an artifact. - ## Reference + [cpython](https://github.com/python/cpython)