# aigcpanel-server-demo **Repository Path**: modstart-lib/aigcpanel-server-demo ## Basic Information - **Project Name**: aigcpanel-server-demo - **Description**: AigcPanel 模型自定义接入-简易接入 示例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-28 - **Last Updated**: 2025-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AigcPanel 模型自定义接入-简易接入 示例 ## 初始化环境 > 示例仅供参考,具体环境配置请根据实际情况调整 ### Windows ```shell conda 'shell.powershell' 'hook' | Out-String | Invoke-Expression conda create --prefix ./_aienv -y python=3.10 conda activate ./_aienv ``` ### MacOS ```shell eval "$(conda shell.bash hook)" conda create --prefix ./_aienv -y python=3.10 conda activate ./_aienv ``` ### Linux ```shell eval "$(conda shell.bash hook)" conda create --prefix ./_aienv -y python=3.10 conda activate ./_aienv ``` ## License MIT