Skip to content

2021.03.31

Compare
Choose a tag to compare
@ClericPy ClericPy released this 30 Mar 18:11
· 193 commits to master since this release
  • use sys.stderr.write instead of warnings.warn
  • support -d for lazy pip install
    • example: python3 -m zipapps -d bottle -r requirements.txt
    • the bottle and other packages of requirements.txt will be install while first running
    • this is useful for cross-platform distributions, which means pyz file size is much smaller