File tree Expand file tree Collapse file tree 2 files changed +48
-63
lines changed Expand file tree Collapse file tree 2 files changed +48
-63
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ hide-toc : true
3
+ ---
4
+
5
+ # pip
6
+
7
+ pip is the [ package installer for Python] [ recommended ] . You can use it to
8
+ install packages from the [ Python Package Index] [ pypi ] and other indexes.
9
+
10
+ ``` {toctree}
11
+ :hidden:
12
+
13
+ quickstart
14
+ installing
15
+ user_guide
16
+ reference/index
17
+ ```
18
+
19
+ ``` {toctree}
20
+ :caption: Project
21
+ :hidden:
22
+
23
+ development/index
24
+ ux_research_design
25
+ news
26
+ Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>
27
+ GitHub <https://github.com/pypa/pip>
28
+ ```
29
+
30
+ If you want to learn about how to use pip, check out the following resources:
31
+
32
+ - [ Quickstart] ( quickstart )
33
+ - [ Python Packaging User Guide] ( https://packaging.python.org )
34
+
35
+ If you find bugs, need help, or want to talk to the developers, use our mailing
36
+ lists or chat rooms:
37
+
38
+ - [ GitHub Issues] [ issue-tracker ]
39
+ - [ Discourse channel] [ packaging-discourse ]
40
+ - [ User IRC] [ irc-pypa ]
41
+ - [ Development IRC] [ irc-pypa-dev ]
42
+
43
+ [ recommended ] : https://packaging.python.org/guides/tool-recommendations/
44
+ [ pypi ] : https://pypi.org/
45
+ [ issue-tracker ] : https://github.com/pypa/pip/issues/
46
+ [ packaging-discourse ] : https://discuss.python.org/c/packaging/14
47
+ [ irc-pypa ] : https://webchat.freenode.net/#pypa
48
+ [ irc-pypa-dev ] : https://webchat.freenode.net/#pypa-dev
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments