2021.03.31
- use
sys.stderr.write
instead ofwarnings.warn
- support
-d
for lazy pip install- example:
python3 -m zipapps -d bottle -r requirements.txt
- the
bottle
and other packages ofrequirements.txt
will be install while first running - this is useful for cross-platform distributions, which means
pyz
file size is much smaller
- example: