We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdacefd commit 7e6d37aCopy full SHA for 7e6d37a
1 file changed
pip.md
@@ -4,6 +4,8 @@
4
5
在Python中,安装第三方模块,是通过包管理工具pip完成的。 `Mac` 自带了Pip.
6
7
+> 注:pip 将安装在 python2 中,`pip3` 才会安装在 python3 中
8
+
9
> 第三方库都会在Python官方的[pypi.python.org](pypi.python.org)网站注册
10
11
## 参考
0 commit comments