python-installer/docs/cli/installer.md

10 lines
204 B
Markdown

# `python -m installer`
This interface allows you to install a specific wheel into a Python interpreter.
```{argparse}
:module: installer.__main__
:func: _get_main_parser
:prog: python -m installer
```