# images2pptx **Repository Path**: jsp007/images2pptx ## Basic Information - **Project Name**: images2pptx - **Description**: 图片转pptx - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-09 - **Last Updated**: 2021-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 虚拟环境安装 pip install virtualenv # 添加虚拟目录 virtualenv ven # 激活虚拟环境 .\ven\Scripts\activate # 退出虚拟环境 .\ven\Scripts\deactivate