Browse Source

Update README.md

Update README.md

Update README.md
blueloveTH 3 years ago
parent
commit
5f35a211fc
1 changed files with 5 additions and 7 deletions
  1. 5 7
      README.md

+ 5 - 7
README.md

@@ -2,11 +2,13 @@
 
 ![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.
 
-![sample_img](docs/readme_sample.png)
+`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).
 
-**CURRENTLY IN DEVELOPMENT!!**
+![sample_img](docs/readme_sample.png)
 
 ## Build From Source (Linux)
 
@@ -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)