# zpy-lab **Repository Path**: louisyoungx/zpy-lab ## Basic Information - **Project Name**: zpy-lab - **Description**: Zpy - 中文编程在线实验室 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-11 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zpy Lab 中文Python编程Lab > - 轻量级版本 [zpy-ide](https://github.com/louisyoungx/zpy-ide) ## 介绍 - 中文编程 - 在线运行 - 与Python语法相同 中文Python编程Lab,[在线尝试 - Zpy Lab](http://zpy-lab.rocke.top)
## 本地运行 如果你想下载到本地运行,请先确保本地安装有Python3环境 ### 1.下载zpy-lab库 ``` shell # 从GitHub下载 git clone https://github.com/louisyoungx/zpy-lab.git # 从Gitee下载 git clone https://gitee.com/louisyoungx/zpy-lab.git ``` ### 2.进入文件夹,安装依赖 ``` shell # 进入文件夹 cd zpy-lab # 安装依赖Flask yarn install ``` ### 3.启动 Zpy Lab ``` shell yarn start ``` ### 4.编译输出到build/目录 ```shell yarn build ``` ## LICENSE [Apache License 2.0](/LICENSE)