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 58 59
|
:orphan:
========
Man Page
========
SYNOPSIS
********
pip3 <command> [options]
DESCRIPTION
***********
pip3 is the PyPA recommended package manager for Python packages
OPTIONS
*******
.. pip-general-options::
COMMANDS
********
pip3-install(1)
Install packages.
pip3-download(1)
Download packages.
pip3-uninstall(1)
Uninstall packages.
pip3-freeze(1)
Output installed packages in requirements format.
pip3-lock(1)
Generate a lock file for requirements and their dependencies.
pip3-list(1)
List installed packages.
pip3-show(1)
Show information about installed packages.
pip3-check(1)
Verify installed packages have compatible dependencies.
pip3-search(1)
Search PyPI for packages.
pip3-wheel(1)
Build wheels from your requirements.
pip3-hash(1)
Compute hashes of package archives.
pip3-help(1)
Show help for pip commands.
|