Releases: asiangoldfish/python-runner
Releases · asiangoldfish/python-runner
Release list
v1.1.0
split init and run, add linux/macos support, upgrade Go version This commit turns pyrun into a more comprehensive command with a help page. The program also adds checks for Windows specific implementations, such as that .venv/Scripts is used in Windows, while it is .venv/bin on macOS and Linux.