# si-core-installer **Repository Path**: SuperIDE/si-core-installer ## Basic Information - **Project Name**: si-core-installer - **Description**: si-core-installer - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-16 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Super IDE Core Installer ## 打包和使用方法 ```bash conda create --name side python=3 #创建名为side,python为最新3.x版本的环境 conda activate side #进入side环境 # 准备Conda环境见:https://gitee.com/SuperIDE/super-ide/blob/master/README.md git clone https://gitee.com/SuperIDE/si-core-installer.git cd si-core-installer python3 # 进入python3环境 from pack import packer packer.pack('.') #将installer打包到当前目录下 ``` 执行完命令会生成get-superide.py 然后将生成的get-superide.py中的内容替换掉si-node-helpers中[get-platformio.js](https://gitee.com/SuperIDE/si-node-helpers/blob/master/src/installer/get-platformio.js)中的python内容