简体   繁体   English

Python 有包管理器吗

[英]Does Python have a package manager

I had used Node JS and now learning Python.我曾经使用过 Node JS,现在正在学习 Python。 Does python have some website and GitHub repos for something like NPM/Yarn of Node JS? python 是否有一些网站和 GitHub 存储库,用于诸如 Node JS 的 NPM/Yarn 之类的东西?

NPM and Yarn are package managers for NodeJS , assuming you know what they are and what they do. NPM 和 Yarn 是NodeJS 的包管理器,假设您知道它们是什么以及它们做什么。 There is a widely used package manager for Python language as well. Python 语言也有一个广泛使用的包管理器。 It is called pip, its documentation is available here .它被称为 pip,其文档可在此处获得 The Github link is https://github.com/pypa/pip . Github 链接是https://github.com/pypa/pip

Yes it does.是的,它确实。 It is called pip ( p ackage i nstaller for p ython ) - Docs这就是所谓的pip (P ackagenstaller的p ython) -文件

pip is the package installer for Python. pip 是 Python 的软件包安装程序。 You can use it to install packages from the Python Package Index and other indexes.您可以使用它从 Python 包索引和其他索引安装包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM