fastpip 0.3.0 has been released

fastpip 0.3.0 has been released. This is a module that simply encapsulates pip command line operations, and can implement convenient pip command operations in the code.

Updates in this version include:

  1. Delete the deprecated methods of the PyEnv class.

  2. The install and uninstall methods of the PyEnv class accept a variable number of package name parameters (only positional parameters).

    For specific changes, please use help: from fastpip import PyEnv print(help(PyEnv.install))

View details: https://gitee.com/hrpzcf/fastpip/releases/0.3.0

Guess you like

Origin www.oschina.net/news/119928/fastpip-0-3-0-released