fastpip 0.3.0 已经发布

fastpip 0.3.0 已经发布。这是一个对pip命令行操作进行简单封装的模块,可在代码中实现方便的pip命令操作。

此版本更新内容包括:

  1. 删除PyEnv类已废弃的方法。

  2. PyEnv类install和uninstall方法接受可变数量的包名参数(仅位置参数)。

    具体变化请使用help: from fastpip import PyEnv print(help(PyEnv.install))

详情查看:https://gitee.com/hrpzcf/fastpip/releases/0.3.0

猜你喜欢

转载自www.oschina.net/news/119928/fastpip-0-3-0-released