Releases: waikato-ufdl/wai-lazypip
Releases · waikato-ufdl/wai-lazypip
Release v0.0.3
- switched from using
pip.main
to launching external process viapython -m pip
as it is the recommended way of calling pip (see https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program)
Release v0.0.2
- the
install_packages
method now backs up the root logger before callingpip.main
and restores it afterwards again
Release v0.0.1
- initial release