Update README.md

This commit is contained in:
Lyon 2021-10-20 10:29:40 +08:00 committed by GitHub
parent 56edbfb7a5
commit 190c0e9007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,12 @@
# [【Video】PikaScript hand by hand](https://www.bilibili.com/video/BV1mg411L72e)
# 1. Abstract
PikaScript is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8), and is very easy to deploy and expand.
<img src="https://user-images.githubusercontent.com/88232613/137909397-a9ebebd2-4df9-44fc-bac0-bb073b8c9abf.png" width="500"/>
# Get PikaScript:
## Use Pika package manager [PikaPackage.exe](../../raw/master/tools/pikaPackageManager/pikaPackage.exe)
@ -17,12 +23,6 @@
3. Released modulespackages.toml
# 1. Abstract
PikaScript is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8), and is very easy to deploy and expand.
<img src="https://user-images.githubusercontent.com/88232613/137909397-a9ebebd2-4df9-44fc-bac0-bb073b8c9abf.png" width="500"/>
## Folders
[src](../../tree/master/src) - core code