Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 323 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 323 Bytes

Docker-PyInstaller

使用 WSL2 + Docker + PyInstaller 将 Python 脚本打包成 Linux 可执行程序

Docker Desktop.md 介绍如何在 Windows 开启 WSL2 并安装 Docker desktop 使用镜像和容器

PyInstaller.md 介绍如何利用 Python 官方镜像创建 pipenv 虚拟环境,并用 PyInstaller 打包程序