File: index.md

package info (click to toggle)
python-pip 25.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,048 kB
  • sloc: python: 82,877; sh: 75; makefile: 25
file content (57 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Commands

The general options that apply to all the commands listed below can be
found [under the `pip` page in this section](pip).

```{toctree}
:maxdepth: 1
:hidden:

pip
```

```{toctree}
:maxdepth: 1
:caption: Environment Management and Introspection

pip_install
pip_uninstall
pip_inspect
pip_list
pip_show
pip_freeze
pip_check
```

```{toctree}
:maxdepth: 1
:caption: Resolving dependencies

pip_lock
```

```{toctree}
:maxdepth: 1
:caption: Handling Distribution Files

pip_download
pip_wheel
pip_hash
```

```{toctree}
:maxdepth: 1
:caption: Package Index information

pip_search
pip_index
```

```{toctree}
:maxdepth: 1
:caption: Managing pip itself

pip_cache
pip_config
pip_debug
```