使用pip下载和安装文件

时间:2019-10-22 06:36:05

标签: python pip

我最近被介绍给pip来从requirements.txt安装文件。

我没有使用Kali持久模式。我使用pip download请求下载了依赖项。与dpkg -i *.deb类似,用于安装操作系统依赖项;如何使用pip安装?

The image shows the dependencies i downloaded for offline use.

1 个答案:

答案 0 :(得分:0)

基本命令是:

$ pip install the-package-to-install.whl

您可以使用pip --help显示帮助菜单。

如上所述,请看this comprehensive post